Click to See Complete Forum and Search --> : Calling a webservice with a soap request (xml)


vincevince
October 11th, 2002, 10:50 AM
Hi,

I would like to call a webservice method in C#, sending the content of a xml file (containing a soap request) to this webservice.

I can call this method with the generated proxy class (with wsdl tool) but I must call this method with an xml file containg my soap request !

How do I send my xml request to my web service ?


Thanks by anticipation.