Discussion:
Generate SOAP message body from WSDL (wcf service)
(too old to reply)
Frosty
2009-06-01 17:15:08 UTC
Permalink
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.
raju
2009-07-08 04:12:01 UTC
Permalink
Use the following tool to trace your WCF request and get the SOAP request and
response. Its really good.

http://www.wireshark.org/download.html
Post by Frosty
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.
Loading...