Page 1 of 1
How to use php to communicate with c++ code via web service
Posted: Fri Aug 11, 2006 3:46 am
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.
Posted: Fri Aug 11, 2006 4:03 am
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?
Posted: Fri Aug 11, 2006 4:39 am
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?