消息部分请求未被识别

时间:2012-01-12 05:31:04

标签: web-services

我开发了一个Webservice。它在SOAP UI上运行良好 当客户端通过APIGEE进行测试时,它开始提供

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <soap:Fault>
        <faultcode>soap:Client</faultcode>
        <faultstring>Message part request was not recognized.  (Does it exist in service WSDL?)</faultstring>
      </soap:Fault>
  </soap:Body>
</soap:Envelope>

有人可以告诉我可能会导致什么?

1 个答案:

答案 0 :(得分:1)

我不确定,我在这个网页上搜索了同样的问题,我找到的唯一答案是:http://prystash.blogspot.co.uk/2010/06/wsdls-and-message-parts-not-recognized.html,引用:

  

元素声明包含对complexType的引用   而不是在其中或作为其一部分定义complexType   元素宣言。