Re: [lopsa-tech] wSDL primer?

2013-04-09 Thread Matt Lawrence
On Tue, 9 Apr 2013, Brian Ruppert wrote: If you're writing an application which will connect to a SOAP web service (the WSDL is a description of what methods are provided by the web service), you might want to look into SoapUI. It's basically a generic client which takes a WSDL and allows you

Re: [lopsa-tech] wSDL primer?

2013-04-09 Thread Brian Ruppert
If you're writing an application which will connect to a SOAP web service (the WSDL is a description of what methods are provided by the web service), you might want to look into SoapUI. It's basically a generic client which takes a WSDL and allows you to manually generate and execute web servic

Re: [lopsa-tech] wSDL primer?

2013-04-09 Thread Matt Lawrence
On Tue, 9 Apr 2013, Adam Tauno Williams wrote: On Mon, 2013-04-08 at 22:22 -0500, Matt Lawrence wrote: I have never done much of anything with WSDL and really don't know much about it. Can anyone recommend a good primer on it? I need to get up to speed on it so I can write some code to inter

Re: [lopsa-tech] wSDL primer?

2013-04-09 Thread Adam Tauno Williams
On Mon, 2013-04-08 at 22:22 -0500, Matt Lawrence wrote: > I have never done much of anything with WSDL and really don't know much > about it. Can anyone recommend a good primer on it? I need to get up to > speed on it so I can write some code to interface with an inventory > system. I've "us