Frosty
2009-06-01 17:15:08 UTC
Is there an easy way to generate a SOAP request message body based only on
the the WSDL from a WCF hosted service. Using ASMX web services, the
http://yourcompany.com/webservice.asmx?wsdl would produce a sample SOAP
request. Using WCF you just get an example of calling the service from a
WCF client. I need to generate the same SOAP message request sample for WCF
services. I know that this is available using the wcftestclient, but I am
looking for a way to get this info programatically.
the the WSDL from a WCF hosted service. Using ASMX web services, the
http://yourcompany.com/webservice.asmx?wsdl would produce a sample SOAP
request. Using WCF you just get an example of calling the service from a
WCF client. I need to generate the same SOAP message request sample for WCF
services. I know that this is available using the wcftestclient, but I am
looking for a way to get this info programatically.