cancel
Showing results for 
Search instead for 
Did you mean: 

Create PO XML files based on Vendor Data ...

Former Member
0 Kudos

hi,

i have an idoc ORDERS.ORDERS05 and will contain various vendors as a one of the values in the IDOC.

Based on the different vendors i have in the IDOC, XI has to create various xml packets and send it through HTTP via SOAP adapter.

Each vendor will have a unique URL where the xml can be posted.

Any steps or docs will be helpful.

Thanks,

Tirumal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can use conditional receiver determination.

You would need to specify a condition. Depending on that, the corresponding receiver will be chosen.

Regards,

Smitha.

Former Member
0 Kudos

Hi Tirumal,

First, you will need to configure a communication channel for each of the SOAP receivers.

Then, in Receiver Determination or Interface Determination, using the Condition Editor and XPath expression, you can examine the content of the IDoc and check for the vendor value. The Condition Editor will route the message to the specific Communication Channel, based on the value in the conditon.

Regards,

Bill