Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Pass-through proxy to a SOAP-based service -> no response after the request

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 Solved
0 3 278
1 ACCEPTED 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.

View solution in original post

3 REPLIES 3