Question
Is there available any tool for PHP which can be used to generate code for consuming a web service based on its WSDL? Something comparable to clicking "Add Web Reference" in Visual Studio or the Eclipse plugin which does the same thing for Java.
Answer
I've had great success with wsdl2php. It will automatically create wrapper classes for all objects and methods used in your web service.
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/4430/" >How to easily consume a web service from PHP< /a>
0 comments:
Post a Comment