how to configure Service call out policy for file type.

how to call a target url with service call out policy with file as a input to target service.

0 5 246
5 REPLIES 5

please provide more details

Sample Diagram:

sending file to store in db

Angular(FrontEnd)----->>>>--------->>>>Spring(Service layer)

In apigee how to handle file and send to service through service callout pollicy.

Angular(FrontEnd)----->>>>apigee-------->>>>Spring(Service layer)

and what are the limitiation's for doing in this way.

Why do you want to use a Service Callout policy?

Just use Apigee as a pass-through, and let the file attachment pass through.

If you do nothing, just specify your Spring layer as the Target endpoint, then ... it will just work.

(Have you tried it?)

I have a similar requirement, where apigee accepts the payload as plan text but I need to make a service callout to post a file that is with the content of the apigee proxy request. Do you have a solution for this or sample code?

Your question sounds like a new question. please Ask a new question.