HighTechTalks DotNet Forums  

Post Data using Parent/Child tables

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Post Data using Parent/Child tables in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Scottk
 
Posts: n/a

Default Post Data using Parent/Child tables - 04-18-2007 , 02:04 PM






I'm trying to get my head around using xsd's to classes to my web method so a
client can submit an order either from .Net or SOAP or any xml post. My
schema would look something like this:
<order id="1" userID="933" Name="Joe Coctostin" Address="123 Main St"
City="Anytown">
<service id="123" Name="Widget1"/>
<service id="143" Name="Widget2"/>
</order>

I then have a sql database which corresponds with this schema. (A seperate
Order and Service table with foriegn keys) I want the client to pass this to
me and from a .Net proxy or a post and then import the data into my database.
Can anyone point me in the right direction. I've been reading all kinds of
stuff on serializing and deserializing and can't seem to get my head around
the posting this data to my webservice and validating it through my xsd. Any
help would be greatly appreciated. Thanks!



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.