I have implemented 2 clients with the same address, but different port names
<jaxws:client name="{
http://webservices.mycompany.com/websvc}FarePortType"
createdFromAPI="true">
<jaxws:dataBinding>
<bean class="org.apache.cxf.xmlbeans.XmlBeansDataBinding"/>
</jaxws:dataBinding>
</jaxws:client>
<jaxws:client name="{
http://webservices.mycompany.com/websvc}RulesPortType"
createdFromAPI="true">
<jaxws:dataBinding>
<bean class="org.apache.cxf.xmlbeans.XmlBeansDataBinding"/>
</jaxws:dataBinding>
</jaxws:client>
How could I define them in file cxf-servlet.xml of the server?