Soap Request to XML/Text Response

Hi @All,

As a Beginner in apigee I want to do or create/do basic things.

1. Please help me to do a proxy that should accept simple SOAP request and response should be in plain XML/Text.

2. Create a Soap proxy and accept SOAP Request and response should be in JSON.

Thank you.

Solved Solved
0 1 386
1 ACCEPTED SOLUTION

sidd-harth
Participant V

Hi @pratheek hipparagi,

We can do them using SOAP Service using pass-through proxy option.

In the end, we can use an XML to JSON policy to get JSON response.

We have many examples available,

https://docs.apigee.com/api-platform/develop/exposing-soap-service-api-proxy#creatingapassthroughpro...

View solution in original post

1 REPLY 1

sidd-harth
Participant V

Hi @pratheek hipparagi,

We can do them using SOAP Service using pass-through proxy option.

In the end, we can use an XML to JSON policy to get JSON response.

We have many examples available,

https://docs.apigee.com/api-platform/develop/exposing-soap-service-api-proxy#creatingapassthroughpro...