Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an application where we need to send data to external web service over HTTPS protocol.
So, we designed an ESB provider which will act as a consumer to the external web service.
The application will send data to the ESB job and the job will then convert it into a SOAP message and sends it to the service.
This is working properly in the studio. However, when I deploy the job in the ESB runtime, it is coming back with the response "Internal Error (Server)".
What could be the reason? As I saw in this post, is there any issue in ESB runtime to send SOAP requests over HTTPS?
Somewhere I saw a suggestion to use IP address instead of localhost in ESB provider URL. That also didn't work.
You should check your <runtime>/log/tesb.log file to see the details
Hello @vharcq,
In logs it shows "Internal error (from server)" inside a SOAP fault.. No additional information is available there.
But remember, I mentioned that the same data sent in SOAP request from Studio, gets proper response from the server.