I tried to expose multiple ports on one endpoint. The bindings are equal - SOAP.
<service name="Test">
<port name="CustomerPort" binding="tns:BindingOne">
<soap:address location="http://localhost:8080/ode/processes/Test" />
</port>
<port name="GuidePort" binding="tns:BindingTwo">
<soap:address location="http://localhost:8080/ode/processes/Test" />
</port>
</service>
For some reason only one port is exposed. In WCF this would work. Any suggestions?