Edit
by Krishn Krishna - 9 years ago (2015-07-02)
API Integration using SOAP XML WSDL
| I want API Integrate with Web services using SOAP XML with WSDL files.... |
Ask clarification
1 Recommendation
WSDL To PHP: Generate classes to send SOAP requests from a WSDL
This class can generate classes to send SOAP requests from a WSDL.
It retrieves a WSDL (Web Services Definition Language) from a given URL and generates classes to send SOAP requests to the functions exposed by the specified SOAP server.
The class generates either the classes to send the actual SOAP requests, as well the classes to compose the request parameters and process the request responses.
It uses ezcPhpGenerator component of the eZ Components framework to generate the PHP code files.
| by Dave Smith 7620 - 9 years ago (2015-07-02) Comment
I would take a look at this one, seems to cover all the bases and should be up to date. |