Re: [nyphp-talk] GUI for SOAP/WSDL

2008-06-03 Thread Daniel Krook
Hi Allen, > Hi Gang, > ... > > I'm looking for a GUI tool (PHP or otherwise, web-based or > otherwise) > that will help me understand a WSDL spec without actually > reading the > file. > ... > Any hints or clues from the NYPHP gang? Eclipse has a pretty nice GUI for this. You can visually

Re: [nyphp-talk] GUI for SOAP/WSDL

2008-06-03 Thread Allen Shaw
Jake McGraw wrote: http://sspcatalog.sap.com/wsnavigator/jsps/explorer/enterwsdl_main.jsp Try searching "wsdl navigator" for other solutions, this is the best I could find. Hi Jake, Yep, that's a pretty cool thing. Unfortunately it doesn't seem to support session headers, which this parti

Re: [nyphp-talk] GUI for SOAP/WSDL

2008-06-03 Thread Jake McGraw
After being the source of you inspiration, why don't I provide your solution: http://sspcatalog.sap.com/wsnavigator/jsps/explorer/enterwsdl_main.jsp Try searching "wsdl navigator" for other solutions, this is the best I could find. - jake On Tue, Jun 3, 2008 at 3:48 PM, Allen Shaw <[EMAIL PROTE

Re: [nyphp-talk] GUI for SOAP/WSDL

2008-06-03 Thread Allen Shaw
> I'm looking for a GUI tool (PHP or otherwise, web-based or otherwise) > that will help me understand a WSDL spec without actually reading the > file. Forgot to mention the ideal feature here would be for the tool to prompt me for the method parameters, then send the request and display the r

[nyphp-talk] GUI for SOAP/WSDL

2008-06-03 Thread Allen Shaw
Hi Gang, Maybe I've just got GUI on the brain from Jake's post today (http://lists.lists.nyphp.org/pipermail/talk/2008-June/025909.html -- unbelievabl), but here's my question: I'm looking for a GUI tool (PHP or otherwise, web-based or otherwise) that will help me understand a WSDL spec with