cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to SOAP with an attachment

mahaboob_pathan
Contributor
0 Kudos

Hi all,

we have a scenario proxy to soap,and the volume of data sending from proxy to soap is more than 20 mb.

as the third party system can't receive 20MB of data in one single soap message and we can't split this message as the whole data is related one WorkOrder. we thought of sending the SOAP message with an attachment.could any one guide me how can i attach the payload data to soap as an attachment and send.

thank you.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

It's pretty easy - just have a look at my article:

and let me know if this works out for you

Regards,

Michal Krawczyk

mahaboob_pathan
Contributor
0 Kudos

Thanks Michal,

i went through u r blog.here you are sending only xstring ..

i want to send my entire payload as an attachment with soap..

when i am using GET_ATTACHMENT_FROM_TEXT is it giving me error at type ....

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

then you just need to prepare the whole XML not as a table but as a string and put it in the attachment. I don't see any issue there.

Regards,

Michal Krawczyk

mahaboob_pathan
Contributor
0 Kudos

Thanks Michal.

i converted my internal table to xml and the i attached it...it working for me.

Answers (0)