Home > Entwicklung > How To: Deactivate Process to Process Communication in SOPERA BPM

How To: Deactivate Process to Process Communication in SOPERA BPM

We have decided to publish a number of short, easy to follow, “How Tos” in our blog. Here is a short “how to” from our team related to SOPERA BPM and P2P.

Peer to Peer (P2P) Communication with SOPERA BPM

SOPERA BPM 2.0 allows the deactivation of process to process (peer to peer) communication. This feature is required for the implementation of the dual usage (invoke and provide) of one WSDL in BPM processes. This section describes how to do just that.

Disabling P2P Communication

To disable the P2P communication:

  1. Add the attribute usePeer2Peer in the project deploy.xml file.
  2. Set this attribute value to false in the project deploy.xml file for the specific partner link
Take a look at this example:


<dd:invoke partnerLink="..." usePeer2Peer="false">;
<dd:service name="..." port="..."/>
</dd:invoke>

That’s all!

Robert Lalyko Entwicklung

  1. Bisher keine Kommentare
  1. Bisher keine Trackbacks
Du musst Dich anmelden um einen Kommentar zu schreiben