views:

908

answers:

2

When you're programming against a SOAP Service, what tools do you use to explore/poke-at the API? I realize that Visual Studio/Eclipse likely have some sort of client built in (and please, do talk about them), but I'm more interested in information about stand-alone programs like Soap Client for OS X.

More specifically, does anyone have any experience with tools that work with the Magento API. SoapClient doesn't pickup the parameters for the login method, which makes it not-so-useful for my needs.

+2  A: 

I've often used soapUI.

Web Service Studio is another open-source tool that works well.

nzpcmad
+2  A: 

I use Membrane Monitor to explore SOAP APIs. It captures and formats XML messages.

baranco