Sgt-Peppa
Apr 2nd, 2004, 10:21 AM
Hey all, how can I consume a Web Service from a C# class.
I already added a WebReference to the Project.
Now calling localhost..... i am able to have a look at the classes. I can find the class I need, but it has no method (function) that returns a value. what I want is something like this:
myAnswerXmlDocument = myWebservice.myFunction(mysendXmlDocument);
Am I thinking to easy? :confused:
Any quick example would be of a help, thanks, stephan
I already added a WebReference to the Project.
Now calling localhost..... i am able to have a look at the classes. I can find the class I need, but it has no method (function) that returns a value. what I want is something like this:
myAnswerXmlDocument = myWebservice.myFunction(mysendXmlDocument);
Am I thinking to easy? :confused:
Any quick example would be of a help, thanks, stephan