A
aaa
Up until now I have used MS Web Services which are fairly straight-forward.
Now I am being asked to use some third party web services which I do not
find nearly as intuitive.
Questions:
1. I have a URL for a wsdl file only no URL to an aspx page such as with
MS. I have used this wsdl to make a proxy file. Do I still need to make a
"Web Reference" such as with an aspx file or does the proxy stub suffice?
2. I only see properties (not methods) in any of these classes. I am not
sure how I am supposed to initiate any work?
3 In their documentation they have examples of XML for making their SOAP
calls (are they kidding me)? They want me to manually create all of the XML
neccessary for the SOAP calls to their services? Why bother with web
services?
Now I am being asked to use some third party web services which I do not
find nearly as intuitive.
Questions:
1. I have a URL for a wsdl file only no URL to an aspx page such as with
MS. I have used this wsdl to make a proxy file. Do I still need to make a
"Web Reference" such as with an aspx file or does the proxy stub suffice?
2. I only see properties (not methods) in any of these classes. I am not
sure how I am supposed to initiate any work?
3 In their documentation they have examples of XML for making their SOAP
calls (are they kidding me)? They want me to manually create all of the XML
neccessary for the SOAP calls to their services? Why bother with web
services?