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 "used" it - it isn't really something you deal with directly. Most tools that allow for creation of a SOAP web service will automatically generate the WSDL from the service definition [which is what WSDL is after all]. And most service providers publish the WSDL that can be consumed by a client to automatically generate an API/stub representation for the client side to use. At least this has worked for by in both .NET [using Mono] and Python [using SUDS]. _______________________________________________ Tech mailing list Tech@lists.lopsa.org https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/