Generate Sample SOAP Request from WSDL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marc J. Cawood

    Generate Sample SOAP Request from WSDL

    Is it possible in .NET to generate a sample SOAP request as an XML
    string given a WSDL at runtime? Basically for making a program similar
    to XMLSpy, OxygenXml or the following:


    I've seen many samples (e.g. WCF Dynamic Proxy) for generating dynamic
    proxies but no way to get at the outgoing SOAP Request as an XML
    Document or string.

    The simplest version is surely an XSL template which transforms the
    WSDL I imagine...
Working...