cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to call BPM process Directly from SOAP Adapter?

Former Member
0 Kudos

Hi

Is it possible to call a BPM Integration Process directly from a Receiver SOAP Adapter i.e. does a BPM have a callable URL?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_grube
Active Contributor
0 Kudos

No, but you can easily provide a sender SOAP adapter interface which routes the message to a BPM.

Former Member
0 Kudos

Hi

The SOAP Adapter is in the picture because of a workaround for splitting bulk messages in 7.0. An inbound web service is exposed that receives a message with multiple lines (10000+) - we use an interface map with messagesplitting to feed another SOAP Adapter which feeds an Integration Process that performs the business logic. (we use the 2nd soap adapter as you can only send splitmessages to adapters residing on the J2EE engine and not an Integration Process Directly). We avoided using BPM to do the message splitting as it can't cope with the message load.

Is it possible to call a BPM via the IntergrationEngine URL i.e via http://*****:8000/sap/xi/engine?type=entry

prateek
Active Contributor
0 Kudos

There is no such URL calling mechanism.

But you may design another BPM that may use receive step to receive message from this soap sender.

Regards,

Prateek

VijayKonam
Active Contributor
0 Kudos

Why do you need to get the SOAP adapter in to picture? When you have the message already in PI simpley configure the Directory as a sepate configuration scenario with needed determinations and agreements.

VJ