Note that there are some explanatory texts on larger screens.

plurals
  1. POIBM BPM unable to detect WODM server?
    primarykey
    data
    text
    <p>Following the tutorial on </p> <p><a href="http://bpmwiki.blueworkslive.com/display/samples/Decision+Service+demonstrating+BPM+and+WODM+integration#DecisionServicedemonstratingBPMandWODMintegration-PartI%26nbsp%3B%5C%26nbsp%3BImplementingtheJRulesSolution" rel="nofollow noreferrer">http://bpmwiki.blueworkslive.com/display/samples/Decision+Service+demonstrating+BPM+and+WODM+integration#DecisionServicedemonstratingBPMandWODMintegration-PartI%26nbsp%3B%5C%26nbsp%3BImplementingtheJRulesSolution</a></p> <p>I'm able to run the rule app using soapUI and everything works fine. Now, when I try to implement the rule service on BPM, it seems BPM is unable to detect the WODM server. </p> <p>When I test this using soapUI, the wsdl URL was something like: <code>http://localhost:9081/xxxxxxxx</code>.</p> <p>Now, when I try to implement this on BPM, I've set the Server location to <code>http://localhost:9081</code> and <code>SOAP Port</code> to <code>8881</code> as shown below:</p> <p><img src="https://i.stack.imgur.com/jYSOx.png" alt="enter image description here"></p> <p>However, I've failed to login. I'm wondering <strong>what SOAP Port actually is and why BPM needs one and soapUI doesn't?</strong></p> <p><strong>Update:</strong> When I set the <code>SOAP Port</code> to 8881, it's throwing </p> <pre><code>java.io.IOException: Mismatched serialization UIDs : Source(RepId RMI:java.lang.Throwable:F...............) =........ whereas Target (RepId RMI:com.ibm.jsse2.util.h:CAAC186..................) = D9CE......... </code></pre> <p>When I set the <code>SOAP Port</code> to 8880, it's not throwing any errors <strong>but there's no ruleset and ruleapp available</strong></p> <p>When I set the <code>SOAP Port</code> to 8882 and above, it's throwing me</p> <pre><code>[SOAPException: faultCode=SOAP-ENV; msg=Error opening socket: java.net.ConnectException: Connection refused: connect; targetException: Connection refused: connect; targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.ConnectException: Connection refused: connect] </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload