cancel
Showing results for 
Search instead for 
Did you mean: 

soap sender message query

former_member229310
Active Participant
0 Kudos

Hello All,  My scenario is SOAP to Proxy  In soap sender the payload is being sent as a flat file data. How can i map this ?    In  moni I can see that message transformation is something like   Sender message payload from SOAP message :  abc|123|20120102   Please let me know how can should i create target structure so that i can extract the values from the soap message.  Thanks in advance.  Regards, Hari

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Harsha,

Use of Java mapping is an easier mechanism.

You can split the data based on the delimiter (in your case | ) and then fill them into the respective proxy structure.

May be not the best approach, but you can also split the string into individual values in ABAP proxy itself.

Also look at the options using MessageTransformbean in the adapter.

Cheers!

Anish