Trying to convert JSON to XML ... Receives soap:Fault as faultcode=soap:VersionMismatch and faultstring asEnvelope namespace was unexpected

Not applicable

Hi...I am trying to use json to xml policy to hit backend and get xml result...but backend server result soap fault as below.

<soap:Fault> <faultcode>soap:VersionMismatch</faultcode> <faultstring>System.Web.Services.Protocols.SoapException: Possible SOAP version mismatch: Envelope namespace was unexpected. Expecting http://schemas.xmlsoap.org/soap/envelope/.

Solved Solved
0 1 758
1 ACCEPTED SOLUTION

Hi UMA -

I suspect this is related to your other question, posted HERE.

I think the reason the backend is rejecting the request is that you have configured the Apigee Proxy to send a request that is not a valid SOAP request. In fact it was just plain XML.

View solution in original post

1 REPLY 1

Hi UMA -

I suspect this is related to your other question, posted HERE.

I think the reason the backend is rejecting the request is that you have configured the Apigee Proxy to send a request that is not a valid SOAP request. In fact it was just plain XML.