Home > Net >  Webservice using the proxy class calls, if for the complete sending XML
Webservice using the proxy class calls, if for the complete sending XML

Time:09-27

I'm through the proxy class to invoke the webservice - in WSDL command to generate the proxy class file

But how can I get complete XML function to send

CodePudding user response:

Online to find a way to:

CodePudding user response:

Add reference generated proxy inherited from SoapHttpClientProtocol,
Change it to inherit from WebServicesClientProtocol
Then you can use RequestSoapContext. Envelope. InnerXml get XML content, SoapHttpClientProtocol may want to download and install Web Services to Enhancements (WSE) 3.0 for Microsoft. NET

But
RequestSoapContext. Envelope. InnerXml is always empty, don't know how to get

CodePudding user response:

Do you want to invoke the webservice, did you send the XML is not? What do you call didn't XML?
  •  Tags:  
  • C#
  • Related