Hi
I need to exchange XML formated information between two methods in my
C# program. I have been trying to play with XMLNode and XMLElement but
without much success. I think I want to stop now and understand the
xml classes in C# (rather in dot net) before proceeding further.
Can any one po...
more >>
I built a ws locally takes in a request object and returns a response object.
The ws reads in a good sized xml file and the request oject has elements
used to create an xml subset and returns it as a response object. Use
XSD.EXE to create proxy classes. I built WSDL and it is stored same loc...
more >>