Hi
I have a requirement to call a REST service and POST an xml to it and at the same time send a JPEG image as multipart/form-data (in SOA Suite 11g).
In BPEL there is an HTTP adapter but look like its quite basic and doesn't really handles such multipart data.
I need some pointers on how to achieve this functionality.
Is it possible with just BPEL (http adapter)?
If OSB is more suited for this task then how do I pass xml data and image at the same timeĀ to OSB service from BPEL?
And then in OSB, how do I create multpart/form-data to POST both xml and jpeg image.
Thanks.