0
votes

I am calling a third party service. Binding information contains TransportType as Name="WCF-BasicHttp". I have consumed this service in my orchestration. I need to create send port with WCF-WSHTTP in BizTalk admin console. But I am getting below error. I have set security as NONE.

Error information:

System.Net.WebException: Content Type application/soap+xml; charset=utf-8 was not supported by service The client and service bindings may be mismatched

How do I fix this?

2

2 Answers

1
votes

If the binding specifies basic-http binding, if there any specific reason to create send port with WCF-WSHttp binding ?

Have you tried creating the send port with WCF-Basichttp binding ?

0
votes

the security is a server side point. you have to use the same binding as the service from the server side.