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!
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.
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?