views:

78

answers:

2

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
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
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
Hmm - understanding the error might be sensible...
Murph
More importantly, WSE is obsolete, and should not be used for new development.
John Saunders