Using a WSDL with abstract types in PHP

前端 未结 3 1803
-上瘾入骨i
-上瘾入骨i 2021-01-14 02:31

I\'m working on an integration between our web application and Microsoft Exchange 2007. I am using Exchange Web Services (EWS) to communicate to the Exchange Server. Howev

3条回答
  •  臣服心动
    2021-01-14 02:59

    I'm having a very similar problem trying to add additional properties with the FieldURI element. PHP's SoapClient is creating the XML as:

    
    

    when it should be creating it as:

    
    

    As a side note, I used wsdl2php to create proxy classes in an attempt to fix the problem, but it did not help. So I'm now wondering if the WSDL exchange returns is wrong, if php's SoapClient is buggy, or if wsdl2php created incorrect proxy classes. If anyone has any insight into this issue, please let us know.

提交回复
热议问题