繁体   English   中英

通过SSL将basicHttpBinding转换为wsHttpBinding

[英]basicHttpBinding to wsHttpBinding over SSL

在我在soapUI中测试一种Web服务之前,它的工作正常。 但是现在通过SSL将webservice的basicHttpBinding更改为wsHttpBinding。 现在,我正在尝试执行Web服务,以下异常正在发生。 我在目标c中使用webservice网址。 我现在不怎么在SOAP UI和iphone中测试和执行。 任何人请给我打电话我该怎么解决。

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/soap/fault</a:Action>
   </s:Header>
   <s:Body>
      <s:Fault>
         <s:Code>
            <s:Value>s:Sender</s:Value>
            <s:Subcode>
               <s:Value>a:DestinationUnreachable</s:Value>
            </s:Subcode>
         </s:Code>
         <s:Reason>
            <s:Text xml:lang="en-AU">The message with To '' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher.  Check that the sender and receiver's EndpointAddresses agree.</s:Text>
         </s:Reason>
      </s:Fault>
   </s:Body>
</s:Envelope>

您尚未发布绑定配置。 默认的WSHttpBinding设置是在WCF之外可互操作的(消息级别为SPNego)。 常规的基本绑定更易于互操作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM