SOAP request/response messages in WCF
WCF and WF
6
Posts
3
Posters
0
Views
1
Watching
-
How can I view the SOAP request/response messages for a .svc service written in c#? Is it possible?
-
How can I view the SOAP request/response messages for a .svc service written in c#? Is it possible?
-
If you can get one, then SOAP UI is a nice tool which can help doing that. You can test your service as well it. You can send a request and get the response from it.
-
I don't SOAP UI is compatible with WCF. In my experience it does not send a strong enough SOAP message, although I could be wrong
-
Shane5555 wrote:
I don't SOAP UI is compatible with WCF.
It is. I have used it.
Shane5555 wrote:
In my experience it does not send a strong enough SOAP message
What do you mean by that?