How To: Deactivate Process to Process Communication in SOPERA BPM
15. April 2010
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:
- Add the attribute
usePeer2Peerin the projectdeploy.xmlfile. - Set this attribute value to
falsein the projectdeploy.xmlfile 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!