Results 1 to 2 of 2

Thread: Finding the available opertions from server via QtSoap

  1. #1
    Join Date
    Apr 2011
    Location
    Hyderabad
    Posts
    86
    Thanks
    17
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Finding the available opertions from server via QtSoap

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Finding the available opertions from server via QtSoap

    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,
    _

Similar Threads

  1. QtSoap problems
    By voodig in forum Qt Programming
    Replies: 1
    Last Post: 27th November 2014, 12:52
  2. qtsoap.h is lost
    By saimel in forum Qt Programming
    Replies: 4
    Last Post: 25th September 2012, 22:41
  3. QtSoap + wsdl. How to use?
    By sergey_85 in forum Qt Programming
    Replies: 0
    Last Post: 14th October 2010, 09:34
  4. QtSoap
    By ComaWhite in forum Qt Programming
    Replies: 5
    Last Post: 2nd March 2008, 15:54
  5. qtsoap
    By anoop in forum Qt Programming
    Replies: 17
    Last Post: 14th February 2007, 23:41

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.