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 services requests.
When I write web service clients, I usually start out by using SoapUI. It's much easier to see the web service methods in a graphical interface and it's handy to be able to run some experimental calls to see how things work. -- Brian On Mon, Apr 8, 2013 at 10:22 PM, Matt Lawrence <[email protected]> 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. > > -- Matt > It's not what I know that counts. > It's what I can remember in time to use. > ______________________________**_________________ > Tech mailing list > [email protected] > https://lists.lopsa.org/cgi-**bin/mailman/listinfo/tech<https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech> > This list provided by the League of Professional System Administrators > http://lopsa.org/ >
_______________________________________________ Tech mailing list [email protected] https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
