salesforce - Force.com callout: Is there a way to get the full response from the target server -
While calling a web service from Force.com, I'm getting:
System callout Exception: Web service callout failed: Unexpected element was expecting parser 'http://schemas.xmlsoap.org/soap/envelope/:Envelope' but found ': HTML'
People with other people have asked to see it fully reacting that Salesforce is getting from their server.
Is there any way to achieve this? I tried to run the debug level with an 'anonymous' executing anonymously, but with no further detail, the same low message is generated.
The message you are receiving is because an error occurs because the sales force Is trying and it is unfortunately not logged.
Parsing error is occurring because message response instead of SOAP You are receiving an HTML page This usually occurs when you are accessing a service that is safe behind the firewall. This means that you can see the service while browsing on your computer, but remember that Salesforce is out of your firewall and thus any contact with Salesforce will be blocked for your service.
But the best options in this wiki topic of Salesforce include:
The above is typical for outbound messaging but essentially technical issues are the same.
Comments
Post a Comment