cancel
Showing results for 
Search instead for 
Did you mean: 

NWBPM: Technical error for synchronous scenario

former_member216164
Participant
0 Kudos

Hello,

We are implementing a NWBPM scenario in PO.

PO------->NWBPM--------->DB

From NWBPM we have to send a synchronous message to Database through an automated action where database have to give a response message back. But once BPM is triggered, we are getting following technical error.

Can someone please help.

Exception: A technical error occured during invocation of operation 'XXXXXX_os' of interface 'XXXXXX_os': 'Could not invoke service reference name 47a0060b-729b-47f1-bc7f-d4c17d836dfe, component name egate.org~egate_nutritiondata_to_krl~pr~pm~BPMcomponent, application name egate.org/egate_nutritiondata_to_krl~pr~pm.'. Further information: root exception Message 'Technical errors were encountered during proxy call through XI; Hint: Error while sending message. Reason: Error sending MS message. Exception: HTTP call to IS unsupported in AEX case.'; message ID '20c6ef2577a311e4c00100001260584e'; log ID 'C00092EE261F0F6800000012000031EC'



Thanks,

Avinash

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Avinash,

Did you find the solution for this error?

former_member182412
Active Contributor
0 Kudos

Did you give bpm sender component in service group configuration in bpm? This is same as your sender component in iFlow

former_member186851
Active Contributor
0 Kudos

Hello Avinash,

Are you using Wait step to collect the response Back??

Als check the service reference,pointed by Praveen.

Former Member
0 Kudos

Hi Praveen,

Yes I did mention the sender component.

Former Member
0 Kudos

Hi Praveen,

AFter the response from DB,we r doing Java mapping to transform the response into format expected by receiver.

we imported the operation mapping as wsdl and used as service in the Bpm.

THe BPM execution is throwing error at this operation mapping as the one similar to one faced by Avinas.

Did you face such error?