cancel
Showing results for 
Search instead for 
Did you mean: 

XI Design Issue

Former Member
0 Kudos

Hi,

We are migrating our middleware to XI from Tibco. Our client uses plain http to post the requests, sample request was given bellow.Currently tibco examines the two fields 'action'and 'object' in <CRequest>, based on the value in it, it will chose different processes to execute. What are the ways to achieve the samething in XI? Using BPM is a must in this case?

Sample Message:

-


<?xml version="1.0" encoding="UTF-8"?>

<IS>

<IMServer>

<CRequest Object="PurchaseOrder" action="RetrievePurchaseOrder">

<Parameters>

<PurchaseOrder PurchaseOrderNumber="992176"/>

</Parameters>

</CRequest>

</IMServer>

</IS>

Thanks,

Sri.

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Sridevi,

no, BPM is not a must. You can find different inbound-interfaces and mappings by condition on any field to execute different processes.

Regards,

Udo

Former Member
0 Kudos

Thanks for the response. Is there any example scenarios/links available on this topic, how to select different inbound interfaces and mappings, based on a condition field.

Former Member
0 Kudos

You can find the SAP help at the following link

http://help.sap.com/saphelp_nw04s/helpdata/en/26/5ccd3bb4560f01e10000000a11402f/content.htm

Hav a look at the enhanced receiver determination too..

You can refer to this blog also

/people/suraj.sr/blog/2006/01/05/multiple-inbound-interfaces-within-a-service

praveen

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Based on Conditional Reciever Determination and Interface determination options, it is possible in XI.

But you need to have correct identifier to do the determinations.

SAP Help-

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/a513f2632c332ce10000000a11466f/content.htm

regards,

ramesh

agasthuri_doss
Active Contributor
0 Kudos

Hi,

With the help of BPM also we can do it, But it is not mandatory one, In Mapping we can handle it also.

Regards

Agasthuri Doss