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 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].

You over estimate how much I know about WSDL. My plan is to use a Ruby library to deal with it, so having a better understand of even the vocabulary would be a big help.

-- 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
This list provided by the League of Professional System Administrators
http://lopsa.org/

Reply via email to