A third party provided a WSDL specification, through which I'm going to transfer data to a remote application using SOAP.

I'd like to convert all declared types, constants and method signatures to corresponding classy PHP source code.

Today, I gave WsdlToPhp a try. As far as I figured out, this converter doesn't convert any detail. Furthermore, the documentation has a few rough edges... Maybe a better converter exists.

Q: Could someone propose a stable WSDL to PHP converter?

Please note, that I need a converter to be run offline on a development machine. The WSDL specification isn't publicly available. Therefore, I'm not able to upload the WSDL to a remote converter service.

有帮助吗?

解决方案 2

其他提示

I used Wsdl2phpgenerator recently. It was pretty easy to use and the generated code has not let me down yet.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top