Access KdSoap Webservice from php
-
Hello,
I am trying to use a webservice made with Kdsoap + Qt, but I don't know how to call it. It is a webservice with a string parameter. I am trying to use this framework for a project that has a desktop app and a website as client. Can you give me an example on how to call it, please! -
Hi and welcome to devnet,
Something's not clear, is your server built using KdSoap and you want to know what kind of request you have to send ?
-
Did you check the examples provided with KDSoap sources ?
-
Yes, I've looked at examples and they have demos for a client-server scenario, and two other clients that use a web service to calculate the Valentine's day (one with GUI and another with console output) all made in C++, they are ok and very useful for developing in C++, but I need to use the web service made with kdsoap in a website (PHP).
-
So you want to make calls from php to the web service written with kdsoap ? Then you are on the wrong forum, you should rather ask this on a php programmer forum.
-
I think you'll have more chance finding people doing this in the other direction (Qt to talk with a web-service)
Anyway, good luck and happy coding !