PHP ve Java her ikisini de kullanarak bir WCF hizmeti için bir proxy oluşturmak için çalışırken ben şu çıktı hatayı alıyorum:
with Java I am using wsimport with Jaxws and JaxB with PHP I am using wsdl2php
Ben olsun hata şudur:
[ERROR] duplicate "message" entity: "IWcfRequestProcessor_ProcessRequests_InputMessage line 1 of http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/Service.svc?wsdl
Wsdl içinde sadece mesaj kişiler şunlardır:
<wsdl:message name="IWcfRequestProcessor_ProcessRequests_InputMessage">
<wsdl:part name="parameters" element="tns:ProcessRequests"/>
</wsdl:message>
<wsdl:message name="IWcfRequestProcessor_ProcessRequests_OutputMessage">
<wsdl:part name="parameters" element="tns:ProcessRequestsResponse"/>
</wsdl:message>
<wsdl:message name="IWcfRequestProcessor_ProcessOneWayRequests_InputMessage">
<wsdl:part name="parameters" element="tns:ProcessOneWayRequests"/>
</wsdl:message>
Gördüğünüz gibi Yani bu hata ortaya ediliyor niye anlayamıyorum hiçbir çiftleri vardır.
Herhangi bir yardım takdir edilmektedir:
Andrew