WCF SOAP Service Gzip encoding with Custom Binding

148 views Asked by At

Need help in sending a request which is for WCF service. The service has Custom Binding ( The request is Binary encoded).

Initially i was getting the HTTP/1.1 415 Cannot process the message because the content type 'application/soap+xml;charset=UTF-8;action="Phase"' was not the expected type 'application/soap+msbin1+gzip'.

So I manually added a header Content-Type = 'application/soap+msbin1+gzip'. Now the previous error was gone. but now I am getting the following error: "The remote server returned an error: (400) Bad Request"

I am using HttpWebRequest. Below images for the reference

Code image

Error line Where i got 400

0

There are 0 answers