SOAP to REST: redirect request body to my endpoint

Not applicable

Hi All,

I am new to Apigee.

I am building an API for car sharing company, which receives XML requests, such as get prices for available cars, and responds with XML>

On my endpoint I am not able to receive SOAP requests, and therefore I wanted to use Apigee to receive SOAP request, send me xml body as REST, and listen for my response, and send it as request response. Is it possible thing to do? I would really appreciate help.

I will be receiving cancellation, getVehicle requests, as described here.

Thanks in advance.

0 3 950
3 REPLIES 3

hi @Raikhan,

If I understand correctly, you want to expose SOAP services as REST, in that case yes it possible to do with apigee, one of the feature of an api management platform such as apigee;

Read this article for more - http://docs.apigee.com/api-services/content/exposing-soap-service-api-proxy

Also - https://community.apigee.com/content/kbentry/24743/manual-construction-of-a-soap-to-rest-api-proxy-i...

Hi @Kuldeep Bhati,

Thanks for answer. Yes, I tried that, but I am not able to redirect to my own endpoint.

Should I modify target url?


@Raikhan correct me if I am wrong, a) your endpoint (back-end) services are REST service? b) proxy at apigee that you're going to built and exposed will be SOAP based?