Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to pass a table of data
Message
From
07/12/2004 16:00:34
 
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
00967555
Message ID:
00967589
Views:
7
Well, ok, but now I'm confused. You were talking about passing a DataSet in your original post. Now you say that you're not passing the DataSet, you're passing XML. The error message you posted contains this:
SRA.ParkerWS.Service1.PostData(DataSet dsM, String lcCompany, String lcName, 
String lcTitle, String lcEmail, String lcAddress, String lcCity, String lcState, String lcCountry, 
String lcPhone, String lcType)
Which certainly looks like a DataSet to me ... but, I don't know if this particular method (PostData) is being called from the client or if it's something that's private to the WebService itself.

~~Bonnie


>>Stephen,
>>
>>I don't recommend passing a DataSet to or from a WebService. Use an XML string instead. It's easy enough to serialize/deserialize a DataSet to/from XML.
>
>That is what I am doing.
>
>Thanks.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform