Web service novice ... Please carry me.
I was provided with a WSDL file for import into a vb.NET project. I understand that this is a contract that should tell me how to use a related web service. This is where my problem is. I see all kinds of classes, properties, interfaces, etc. In the imported service link. Nothing tells me that "if you have X, Y, and Z as inputs, call this function to return W."
With the risk of sounding too vague, what should I look for, does this tell me how I should use it? How to find out which functions to call and from which classes to call them? Should I expect some documentation to be provided by the WSDL or should the WSDL be enough for me to look at it and say “oh, how it is used!”.
I read various WSDL tutorials on the Internet and they gave me a basic understanding (I think ...?). I'm missing something somewhere, and I'm really sure where.
Thanks for any help.
source
share