How to use php to communicate with c++ code via web service

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kabuki1985
Forum Commoner
Posts: 32
Joined: Thu Jun 15, 2006 10:19 pm

How to use php to communicate with c++ code via web service

Post by kabuki1985 »

How can i do it? I checked gSoap and apache axis for c++ part, but the documentation is not quite helpful to me. And assuming that the c++ web service server is created, any SOAP compliant class will be able to consume it right? Ex. nuSOAP for php.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

And assuming that the c++ web service server is created, any SOAP compliant class will be able to consume it right? Ex. nuSOAP for php.
Theorethically, yes. Isn't that what SOAP is for?
kabuki1985
Forum Commoner
Posts: 32
Joined: Thu Jun 15, 2006 10:19 pm

Post by kabuki1985 »

Okay, then I set up the Axis2C server already and played with their sample client/server files.

Problem is.. there is no wsdl descriptor for Axis2C. Either that or I could not find it. I am having a hard time creating the connection to Axis2C using nuSOAP. Anyone knows how?
Post Reply