cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc -> XI -> SOAP -> XI -> Mail

Former Member
0 Kudos

Hi all,

I want to do the following scenario:

IDoc is sent to XI, Xi is doing a Soap call with information from the Idoc, from the soap call I receive a response code. This response code will be sent by mail TOGETHER with info from the Idoc.

I've made the scenario from Idoc to Soap call. I also know how to sent information out with the mail adapter.

Where the problem is for me, is the combination of this all together.

I guess I have to use BPM for this?

Can anyone point me into the right directions for this problem?

Thinks like wich message types, interface mappings etc?

Thnx in advance!

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Ur BPM configuration would be:

Receive step (Idoc) -> Sync Send (Soap) -> Transform (Use data from soap and idoc to map to mail structure) -> Async send (Mail)

1 async Abs interface for idoc

1 sync Abs interface for soap

1 async Abs interface for mail

Transform step will use multimapping N:1.

Regards,

Prateek

prateek
Active Contributor
0 Kudos

I guess I have to use BPM for this?

Not necessary.

U may perform a Idoc - Xi - Mail scenario with Soap lookup in mapping

Regards,

Prateek

Former Member
0 Kudos

Ok thnx Prateek,

This seems to be a great solution for this problem!

Just curious, can someone give me some pointers on how to solve this within BPM?

Thinks like, wich abstract messages needed, how to configure this within the scenario to use some IDoc information twice (for the soap message and mail message) etc. etc.?