cancel
Showing results for 
Search instead for 
Did you mean: 

Context Object not found in Integration Directory

Former Member
0 Kudos

Hi experts,

I am trying to do a content based routing scenario using BPM.

The Scenario is

ASYNC -> SYNC -> ASYNC

The synchronous step here refers to a rfc call. The response from this determines the ASYNC systems to which data should be sent.

I have declared container objects REQ and RESP accordingly in the BPM. Also have a Context object for the response.

My issue is, while doing receiver determination, I am unable to find neither RESP message type ( for XPATH ) nor a context object declared in ESR for creating an expression.

Could someone please help/guide me to resolve this.

Please let me know if I was not clear.

Thank you.

Accepted Solutions (0)

Answers (3)

Answers (3)

sugata_bagchi2
Active Contributor
0 Kudos

try using XI 3.0 compatible service Interface in the service interface definition.

Thanks

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

I am on 7.11.

The problem I am facing is that I am unable to find the corresponding structure to be used for XPATH.

As mentioned, the scenario is

ASYNC -> SYNC -> ASYNC's.

I have two container variables : REq and RESP. RESP is populated after the SYNC call. The message type for the subsequent ASYNC is REQ ( step description ).

So when I do receiver determination for ASYNC, I am able to see only REQ message type for building the expression. ( Obvious )

But I would need RESP to build it.

Please advise.

justin_santhanam
Active Contributor
0 Kudos

Radhika,

What's your PI Version?