문제

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