You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To see the actual response for which this error is getting generated we have added a few extra logging in com.sforce.ws.transport.SoapConnection > send() method and it turned out that the response is coming from the Salesforce edge.
For a client, it is very difficult to get an idea about the cause or the source of the HTML response without interfering with the force-API. Hence it would be better if we introduce some API by which the client of force-wsc API can get a hold of the actual raw response which is sent from the salesforce back-end.
The text was updated successfully, but these errors were encountered:
We are getting the following error intermittently while using force-wsc API with our application.
Encountered HTML Content when looking for http://schemas.xmlsoap.org/soap/envelope/:Envelope
To see the actual response for which this error is getting generated we have added a few extra logging in com.sforce.ws.transport.SoapConnection > send() method and it turned out that the response is coming from the Salesforce edge.
For a client, it is very difficult to get an idea about the cause or the source of the HTML response without interfering with the force-API. Hence it would be better if we introduce some API by which the client of force-wsc API can get a hold of the actual raw response which is sent from the salesforce back-end.
The text was updated successfully, but these errors were encountered: