Authentication is not working if we use different names for Composite service and Component service in FSW 6
Issue
- If we use different name for 'composite service' and 'component service' Authentication is not working.
- This works:
<sca:service name="StringConverter" promote="StringConverter/StringConverter">
<sca:interface.wsdl interface="StringConverter.wsdl#wsdl.porttype(StringConverterPortType)" ></sca:interface>
<soap:binding.soap name="soap1">
<soap:wsdl>StringConverter.wsdl</soap:wsdl>
<soap:wsdlPort>StringConverterPort</soap:wsdlPort>
<soap:contextPath>policy-security-basic</soap:contextPath>
- This does not:
<sca:service name="StringConverterPortType" promote="StringConverter/StringConverter">
<sca:interface.wsdl interface="StringConverter.wsdl#wsdl.porttype(StringConverterPortType)" ></sca:interface>
<soap:binding.soap name="soap1">
<soap:wsdl>StringConverter.wsdl</soap:wsdl>
<soap:wsdlPort>StringConverterPort</soap:wsdlPort>
<soap:contextPath>policy-security-basic</soap:contextPath>
Environment
- Red Hat JBoss Fuse Service Works (FSW)
- 6.0.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.