all groups > dotnet web services > february 2007 >
You're in the

dotnet web services

group:

Passing object to web service


Passing object to web service AndyBrew
2/13/2007 2:26:00 AM
dotnet web services:
Hi

Could somebody please poit me in the right direction with regards learning
how to pass a class object to a web service. I understand that the class
needs to somehow reside both on the client and on the server and that to get
it there the class object needs to be serialized in some way. However I
cannot find a good resource that helps understand how to implement the
scenario???

Can anybody help here?

Thanks in advance

RE: Passing object to web service Eugen
2/13/2007 4:56:01 AM
Andy,

Here is a link:

http://msdn2.microsoft.com/en-us/library/system.xml.serialization.xmlattributeattribute.aspx

Eugen

[quoted text, click to view]
RE: Passing object to web service Manish Bafna
2/19/2007 3:27:44 AM
Hi,
You will find following Link useful:
www1bpt.bridgeport.edu/~mahmood/cs555/csharp_webservices1.doc

Search for "Using Custom Data Types in WebMethods" in the doc document that
you download.
Hope this helps you out.

Thanks and regards,
Manish Bafna.
MCP and MCTS.

[quoted text, click to view]
AddThis Social Bookmark Button