Home Page › Forums › BizTalk 2004 – BizTalk 2010 › HTTP header ‘SOAPAction’ was not recognized – Error Message › Re: HTTP header ‘SOAPAction’ was not recognized – Error Message
Hi Daniel.
Thanks for the Link, there are some nice information. But unfortunately the WCF is still not working!!! [:@]
What I have done so far, in the Send-Port I included the WCFBasicHttp-Adapter for Solicit Response and I use the SOAP Action Header with ActionMapping in the General tab.
The Filter is set to BTS.Operation == “Operation I want”. I got the same error message.
In the Orchestration first thing I do is to use a Receive Port to consume a xml file. In this xml file I have some parameters I have to use with the method I call (“Operation I want”). After reading these parameters I map it with the schema I generated before with the “Consume WCF Service” – Wizard. And then I use the Solicit-Response Adapter. At last I use another Send Port to write the Response in a folder. Unfortunately I stuck in the beginning where I call the Web Service.
I think the adapter tried to call the method, but without parameters. Could that be?
Is this possible to check it somewhere or somehow?
Thanks for your tips.
Wolfgang