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 soap sender message payload is something like  :  abc|123|20120102 .I am not sure how to capture this format into my structure.  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 (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

One possible approach is extract data using java mapping and map the values to the respective element in the target structure. First design target structure and accordingly map the corresponding values to target element. You can load the source structure in java mapping using xml parser and navigate to the required element that contains data and use stringtokenizer to split the individual values from the string and assign to the target structure. Please search SCN for the java mapping logic.

Answers (1)

Answers (1)

nageshwar_reddy
Contributor
0 Kudos

Hi Harsha,

As suggested by