JSON with multipart attachment to SOAP with MTOM using JAVA service call out

capture01.pngcapture02.png

I need the java code for the making the java service call out to convert the JSON message with attachment as multipart form data to the SOAP with the attachment.

Input message looks like as shown in the screen shots.

sample Request JSON message :

{

"Details": {

"FirstName": "Vinod",

"Lastname": "Biradar",

"CITY": "HYD",

"RequestType": "Sample"

}

and attachment can be any PDF.

}

0 1 677
1 REPLY 1

Please show us what you have done so far.

Many thanks, Sean