Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to pass a table of data
Message
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
00967555
Message ID:
00967941
Views:
7
>I have the ds, and I make an XML file to pass or do I make a string of xml?

Sounds like you have a dataset already on your client which assumes that you are using a .net client. You can continue to pass datasets to/from your webservice as long as you are in control of both ends of the wire. The minute that you have a client that doesn't know about a dataset (java for example) then your path of least resistance is to design a wsdl contract that is more amicable to a variety of front ends.

>
>And how does my WS catch in on the receiving end? This is a registration component, where your install fires off who you are and what types of business with our products you are dealing with back to us.
>

Surely you must have heard about SOA and contract first web services. If not check out http://www.mindreef.com/newsletter/newsletter-v6.html. Get yourself some kind of WSDL editor (SOAEditor or XMLSpy). There is even an addin that generates code form your wsdl http://weblogs.asp.net/cweyer/archive/2003/10/22/32930.aspx
That will lead you away from the dataset and towards interoperability.
Previous
Reply
Map
View

Click here to load this message in the networking platform