Your jbi.xml "says" this:
<br/>+ If the request message has a &quot;add&quot; element as the root element, then invoke MultiService.
<br/>+ Otherwise, invoke SommeService.
<br/><br/>When you send the message that starts with &quot;mul&quot;, the test fails and the second service is invoked.
<br/>Since it does not have the &quot;mul&quot; operation, it returns <b>No such operation 'mul'</b>.
<br/><br/>The reason why the &quot;add&quot; works is a little more tricky and it needs to be confirmed.
<br/>In fact, the first test fails too. And the default service (SommeService) is invoked.
<br/>I think the test fails because the request you send does not have qualified elements. And thus, the XPAth function <b>local-name</b>&nbsp;returns an empty string.
<br/><br/>Conclusion: to make it work, change your test to find &quot;mul&quot; elements, and qualify the elements in your request (take a look at the WSDL of services you invoke to find the namespace URI).
        
        <br/>
        <br/>
        <hr noshade="noshade" size="1" color="#cccccc" />
        <div style="color:#444; font: 12px tahoma,geneva,helvetica,arial,sans-serif;">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://forum.petalslink.com/EIP-Router-tp2779080p2784148.html">http://forum.petalslink.com/EIP-Router-tp2779080p2784148.html</a>
        </div>
        <div style="color:#666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em">
                To start a new topic under Users (get help, provide help), email ml-node+2681628-1333396262-385891@n3.nabble.com <br/>
                To unsubscribe from Users (get help, provide help), <a href="http://forum.petalslink.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&amp;node=2681628&amp;code=dXNlcnNAZm9ydW0ucGV0YWxzbGluay5vcmd8MjY4MTYyOHwtOTE3MDU0NjU4">click here</a>.
        </div>