Results 1 to 4 of 4

Thread: soap+websocket

  1. #1
    Join Date
    Dec 2014
    Posts
    5
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default soap+websocket

    Hi,
    I have used KDSOAP (SOAP+http) for client-server communication in QT. Now our client wants us to implement SOAP+websocket for communication. Are there any QT packages readily available which I can use for this purpose? Thanks and regards,

  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: soap+websocket

    Qt has a web sockets implementation and you should still be able to use most of KDSoap once you have the transport in place.
    It might also be possible to use the former to add websocket support to a QNetworkAccessManager subclass and use that in KDSoap instead.

    Cheers,
    _

  3. #3
    Join Date
    Dec 2014
    Posts
    5
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: soap+websocket

    Could you please explain how to implement the first point?

  4. #4
    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: soap+websocket

    Well, there seems to be a message reader and a message writer class that take care about converting between the SOAP XML and the KDSOAP message structures.

    They are probably usable independent of whether you transport the XML via HTTP or websockets.

    Cheers,
    _

Similar Threads

  1. Qt websocket program not compiling
    By dannykj in forum Newbie
    Replies: 4
    Last Post: 2nd January 2015, 11:33
  2. Websocket SSL
    By manip in forum Qt Programming
    Replies: 1
    Last Post: 28th November 2014, 15:52
  3. Qt soap api?
    By newb_developer in forum Qt Programming
    Replies: 3
    Last Post: 19th June 2012, 21:28
  4. Replies: 3
    Last Post: 5th June 2012, 21:23
  5. qtwebkit websocket not working
    By schnitzel in forum Qt Programming
    Replies: 0
    Last Post: 12th March 2012, 16:44

Tags for this Thread

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.