cancel
Showing results for 
Search instead for 
Did you mean: 

n To 1 Split Payload to Webservice

Former Member
0 Kudos

Hi XI Guru,

I am working on following scenario:

SAP --> XI Adapter --> XI with BPM ( Using n To 1 ) --> SOAP -Adapter Webservice.

I can only send one Payload to Webservice. Could you tell me how i can split more Payload in the Webservice. I don't have the possibility like with Idoc to change 0 to unbounded the solution to change to unbounded don't help me because the Webservice can only received one to more payload.

Could you give me input?

I was very appreciate your Help.

Kind, Dominique

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use trasformation in BPM

Source

Interface1

Interface2

Interface2

Interface4

Targert

Interface_target.

Are all the messages are of different types or structure?

Thanks

Farooq.

Former Member
0 Kudos

Hi Farooq,

thanks for your reply. I have build one bpm with transformation. My payload lokking like this

- <blz>

<blz>1</blz>

<merkmal>A</merkmal>

<bezeichnung_ki></bezeichnung_ki>

<plz></plz>

<ort></ort>

<kurzbez_ki></kurzbez_ki>

<bic></bic>

<pruefziffer_meth></pruefziffer_meth>

</blz>

- <blz>

<blz></blz>

<merkmal></merkmal>

<bezeichnung_ki>Postbank</bezeichnung_ki>

<plz></plz>

<ort></ort>

<kurzbez_ki></kurzbez_ki>

<bic></bic>

<pruefziffer_meth></pruefziffer_meth>

</blz>

The Webservice can only one "blz" field received, so I want tho build one split to send more than one "blz" to WS.

Thanks in advance