New to web services. Our client gave us a WSDL that has 2 fields: ID and clientNumber.
They asked me to do this: pass us the ID and clientNumbers fields from your system to us "via a web services".
*** This is what I dont understand:
I need to write a web service and have those 2 fields (i need to calculate those 2 fields on my side). Then Give our client the URL to my webservices? If so, why did they give me their WSDL??
OR: do I need to call their WSDL...if so, add a web reference to their wsdl but to pass them the 2 fields??
Start Free Trial