cancel
Showing results for 
Search instead for 
Did you mean: 

Use of Module Concept for Zipping soap message for outbound scenario

mahaboob_pathan
Contributor
0 Kudos

Hi all,

I have a scenario where we are sending WorkOrder data from sap to ESB system(proxy to soap).for the last 2 yrs it was working fine.Now the volume of single workorder is increased ie.40mb approx.. can i use module concept to zip the soap message.i can't split it as it is single workorder data.please suggest.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Now the volume of single workorder is increased ie.40mb approx.. can i use module concept to zip the soap message

yes you can use "PayloadZipBean" in Module tab and define in Receiver communication channel.

have you refered below links:

http://help.sap.com/saphelp_nw04/helpdata/en/45/da9358a1772e97e10000000a155369/content.htm

http://www.saptechnical.com/Tutorials/XI/ZippingFiles/demo2.htm

for example of Asynchronus scenario(related):

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50ce0433-4309-2b10-4bb4-d421e7846...

thanks,

Edited by: bhavanisankar.solasu on Jan 6, 2012 9:47 AM

mahaboob_pathan
Contributor
0 Kudos

Hi Bhavani,

Can i open the zipped messages in sxmb_moni and view the content in it.

Edited by: Mahaboob Pathan on Jan 7, 2012 5:04 AM

Answers (3)

Answers (3)

mahaboob_pathan
Contributor
0 Kudos

Thank you..for the solution as we can't view the compress file in moni.. we thought of sending the file as an soap attachment.

mahaboob_pathan
Contributor
0 Kudos

Can i open the zipped messages in sxmb_moni and view the content in it.

Former Member
0 Kudos

HI,

If you want to see the messages in moni ,

as per my Knowledge need to use "unzip -- To decompress the main payload " in sender communication channel otherwise that is not possiable to open in moni .

refer bellow blog for how to unzip :

thanks,

Former Member
0 Kudos

Hi,

Yes. As soap adapter can be extended. The payload can be zipped using PayloadZipBean in module processer.

refer below link,

http://help.sap.com/saphelp_nw73/helpdata/en/74/a45bc07e2043fb9b63295229178903/frameset.htm

-santosh.