Oracle SOA Suite (MOSC)

MOSC Banner

How to send multipart/form-data to OSB 12C proxy service?

I am writing an OSB service for inbound operations where a client is calling my proxy service which then uses the REST adapter to call an API on my internal system.

The external system is sending an HTTP POST call with parameters encoded as name/value pairs; e.g. parm1=abc&parm2=def

The problem I am facing is that the call to my proxy service comes in with the Content-Type set as multipart/form-data while OSB only works with application/x-www-form-urlencoded

I tried setting the payload type, but that generates an error that the media type is not supported.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center