[
https://issues.apache.org/jira/browse/CXF-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16469698#comment-16469698
]
pankajjoshi edited comment on CXF-7738 at 5/16/18 3:51 PM:
-----------------------------------------------------------
<wsdl: servicename="TaxService">
<wsdl: portbinding="tns:TaxServiceSoap12"name="TaxServiceSoap12">
<soap:
addresslocation="http://localhost:8081/blahblah/services/service/2009-12-20/taxservice"/>
</wsdl: port>
<wsdl: portbinding="tns:TaxServiceSoap"name="TaxServiceSoap">
<soap: addresslocation="/taxService/2009-12-20/taxservice"/>
</wsdl: port>
</wsdl: service>
was (Author: pankajmkjoshi):
<wsdl: servicename="TaxService">
<wsdl: portbinding="tns:TaxServiceSoap12"name="TaxServiceSoap12">
<soap:
addresslocation="http://localhost:8081/sabrix/services/taxservice/2009-12-20/taxservice"/>
</wsdl: port>
<wsdl: portbinding="tns:TaxServiceSoap"name="TaxServiceSoap">
<soap: addresslocation="/taxService/2009-12-20/taxservice"/>
</wsdl: port>
</wsdl: service>
> Binding with two version of soap is not working
> ------------------------------------------------
>
> Key: CXF-7738
> URL: https://issues.apache.org/jira/browse/CXF-7738
> Project: CXF
> Issue Type: Bug
> Reporter: pankajjoshi
> Priority: Blocker
>
> I have two biding in one of my wsdl, one for soap11 and one for soap12. When
> i am using this wsdl and placing in soapUI,i dont see the absolute path for
> soap 11. It only have relative path. But soap12 works fine with its absolute
> path.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)