I had thought about doing something like this before, but never
implemented it because I started using SoapUI (
http://www.soapui.org/)
when I needed to work with arbitrary WSDLs for testing and
troubleshooting. With the new Apex REST (beta) feature (http://
www.salesforce.com/us/developer/docs/apex_rest/index.htm), there might
be some renewed interest in making a new tool like this, but I know
people have successfully used the REST Explorer in Workbench for this,
so not sure if there's something that needs to be dedicated for that
either.
If something like this was implemented, how would you envision the UI?
Would you just upload a WSDL and have freeform text to manipulate the
SOAP messages (a la SoapUI), or something more wizard-like with forms
to create the requests? Also, would you want Workbench to
automatically add on the SOAP header for authentication as the logged
in user?
I went ahead and put this feature on the backlog (http://
code.google.com/p/forceworkbench/issues/detail?id=543), but not sure
if and when I'll get it. I'm interested to see how much interest there
is from the community. Also, if anyone else would like to work on this
feature (it is open source after all!), that'd be good.
Thanks,
Ryan
> quite a bit. Back in the day, I wrote this posthttp://
sfdc.arrowpointe.com/2008/12/05/calling-apex-web-services-from...