I have create an API Proxy using the Pass-through proxy to a SOAP-based service approach. When a call the API Proxy I did not get any response. If a call the soap service directy, I'm able to get the soap response.
Default -> Pre Flow (API Proxy)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TargetEndpoint name="default">
<Description/>
<FaultRules/>
<PreFlow name="PreFlow">
<Request/>
<Response/>
</PreFlow>
<PostFlow name="PostFlow">
<Request/>
<Response/>
</PostFlow>
<Flows/>
<HTTPTargetConnection>
<Properties/>
<URL>http://52.251.9.194:9191/PartyInteractionManagement</URL>
</HTTPTargetConnection>
</TargetEndpoint>
Solved! Go to Solution.
I have solved the problem. I was using the Boomerang - Soap/Rest client (Chrome Plug-in) to make the call to API Proxy and I really don´t know why I was not getting the response.
I have tried using SoapUI and I was able to get the soap response calling the API Proxy.