Re: Call a webservice with an “object” parameter from orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 Call a webservice with an “object” parameter from orchestration Re: Call a webservice with an “object” parameter from orchestration

#20551

Hi Russell,

 I’ve set up the walkthrough but I receive the following error on the call to the WS

  <faultcode xmlns:a=”http://schemas.microsoft.com/ws/2005/05/addressing/none>a:ActionNotSupported</faultcode>
  <faultstring xml:lang=”sv-SE>The message with Action ‘<BtsActionMapping xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema”&gt; <Operation Name=”Submit” Action=”http://Microsoft.Samples.BizTalk.WCF.BasicHttpSendAdapter.BasicHttpWcfServiceConsuming/IOrderProcess/Submit&#8221; /> </BtsActionMapping>’ cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
  </s:Fault>

My Soap action header in the send port is set to this

<BtsActionMapping xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema“>
  <Operation Name=”Submit” Action=”http://Microsoft.Samples.BizTalk.WCF.BasicHttpSendAdapter.BasicHttpWcfServiceConsuming/IOrderProcess/Submit” />
</BtsActionMapping> 

Any ideas on hos I can troubleshoot this?

//Ershad