PDA

View Full Version : New Web Service: How Do I Give Qt SOAP The New WSDL (Example/Tutorial/Information)



ChrisL1234
6th June 2012, 13:23
Hello,

I will be creating a new Web Service using Qt SOAP. In order to tell SOAP about my new service, I have to give it a WSDL containing elements such as Envelope, Body, etc. How do I tell Qt SOAP about the existence of my service so that clients use do it. Who and how do I send the WSDL. How do users of Qt SOAP usually do it. Is there more than one way.

I have never set up a web service before, so any extra details about creating this connection would be cherished.

Thank you, :confused:
Chris L.

P.S.: I have Qt's SOAP packaged population example working.