PDA

View Full Version : Finding the available opertions from server via QtSoap



sanjeet
6th August 2013, 14:09
Hi

I have to find the list of available operations(method) with arguments of web service from server via QtSoap

Can you tel me/guide me how to do it ?

I am able to get result of particular operations via QtSoap, but for this i have to know the name of available operations.

Actually, first i have to list out the operations name of web service from server then we have to select particular
operation.

I have to do it with Qt, either with QtSoap or directly with Qt.

I am taking help of "population" example provided by QtSoap.


Please guide me !

Thanks in advance,
Sanjeet Karn

anda_skoa
6th August 2013, 14:28
I am not sure this is generally available functionality of SOAP services.
Usually they provide an URL that returns the WSDL description file of theweb service API, which can then be either studied or directly translated into code/classes.

Cheers,
_