How to generate SOAP message from a WCF service?
-
Is there any way programmatically or any tool by which i can generate SOAP messages from WCF services ?
-
Answer:
What do you mean? WCF uses SOAP to communicate - all WCF messages (except when using the REST based webHttpBinding) ARE SOAP messages..... Something I think I'm not understanding what you're really looking for.... If you need a tool to build SOAP messages to send to a WCF service - look at the WcfTestClient.exe in your Visual Studio Common7/IDE directory - it does that. Works with almost any WCF binding. Or check out http://www.soapui.org for a more powerful toolset to examine and test web services in general (works with WCF's basicHttpBinding). Marc
Bovi_Khurja at Stack Overflow Visit the source
Other answers
Do you mean you want to view the soap messages? if you do, you can try wcf trace viewer. It comes with VS 2010 developer edition. If you don't have that, you can try WCF storm, 15 days free trail. But yeah, like what marc said, if you want to generate soap messages to test your wcf service host, you can use wcftestclient.exe.
gavin
Related Q & A:
- How to call .aspx page from a web web service(service.svc?Best solution by Stack Overflow
- How to connect to a WCF Service?Best solution by Stack Overflow
- How to call the WCF service from silverlight application?Best solution by Stack Overflow
- How can I send message to a mobile phone from Yahoo messenger?Best solution by Yahoo! Answers
- How can I send a picture message to a phone from my email online?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.