Is there a tool that can test WSE-Enabled SOAP Web service?
A:
I think you want to check the outgoing and incoming soap packets.
Use fiddler.
http://www.fiddler2.com/fiddler2/
As soon as you hit the webservice, fiddler will display the outgoing request's xml.
You can also try out firefox's console (disable by default). The console shows all the request/response details.
Fiddler will get the job done for sure.
Aseem Gautam
2009-12-02 19:35:28
A:
I'm not entirely sure about the WSE element, but my first port of call for testing SOAP Web Services is SoapUI
A brilliant tool for calling services and inspecting the results with minimal effort - even before you start to look at its in depth capabilities (which are considerable) and far easier than playing with proxies in the first instance.
Murph
2009-12-02 20:20:00
I tried SoapUI, but it didn't work, and gave me error messageI didn't check what those error messages, and I assumed they won't work because WSE is Microsoft specific
gkar
2009-12-02 22:19:19
Hmm - understanding the error might be sensible...
Murph
2009-12-02 22:36:22
More importantly, WSE is obsolete, and should not be used for new development.
John Saunders
2009-12-05 00:30:33