Reputation: 39
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?
Upvotes: 0
Views: 360
Reputation: 514
the security is a server side point. you have to use the same binding as the service from the server side.
Upvotes: 0
Reputation: 67
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 ?
Upvotes: 1