I would like to get a sample SOAP Request for a given action from the WSDL just like SOAP UI. I would like to avoid using svcutil to generate an assembly and reflect over it, but is still acceptable. But, I am not sure how to generate SOAP Reqest from the method info.
Any info on this would be of great help.
Story behind what I need….
I am looking at a web application, which can test web services (just like wcfTestClient and SOAP UI but its web based) and user can save the SOAP Request in their account and execute them when ever they would like to as well as do it periodically.
Finally, I stumbled upon a codeproject app available at http://www.codeproject.com/KB/cpp/wsdlparser.aspx
This meets my requirements to parse and construct SOAP Request from the wsdl just like SOAP UI. I have to make some modifications to the code, to make it work with WCF services, which I soon hope will be posting in github.