cancel
Showing results for 
Search instead for 
Did you mean: 

BPM import process from non-sap bpel tool

Former Member
0 Kudos

Hi guys....

I'm having quite a hard time with BPM processes...I'm trying to import one simple BPM process, receive->reply, from another BPEL tool, but I'm not being able to do it.

I create a .zip with a bpel file and the correspondent WSDL's, import it, and nothing happens.... The interfaces are created, but nothing seems to happen...

Do the interfaces which are used on the BPM process, need to be abstract like SAP abstract interfaces?

Accepted Solutions (0)

Answers (1)

Answers (1)

STALANKI
Active Contributor
0 Kudos

check this blogs out

/people/sap.user72/blog/2006/03/26/migrate-from-java-embedding-in-oracle-bpel-to-adapter-modules-in-sap-xi

Former Member
0 Kudos

Hi Goncalo,

The Message Interface used inBPM have to be Abstract Interface.

The Data goes from an Outbound interface to Abstract interface (in your BPM)

The Message Interface sending the data to destnation is mapped from Message Interface (abstract) to Message Interface Inbound.

Regards

Vijaya

Former Member
0 Kudos

Is there a way to check what the errors might be while importing the zip file?

Since in the IR doesn't give me any kind of error, is there any log or a message monitor which ables me to monitor the errors in the importing?

Thanks in advance