[
https://issues.apache.org/jira/browse/CXF-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bharath Ganesh updated CXF-460:
-------------------------------
Component/s: (was: JAX-WS Runtime)
Core
Priority: Critical (was: Major)
This woulkd be a critical bug since more than half of the tests in the JAX-WS
TCK have this scenario.
> All endpoints must share the same portType
> ------------------------------------------
>
> Key: CXF-460
> URL: https://issues.apache.org/jira/browse/CXF-460
> Project: CXF
> Issue Type: Bug
> Components: Core
> Reporter: Jarek Gawor
> Priority: Critical
>
> I'm getting the following exception:
> java.lang.IllegalStateException: All endpoints must share the same portType
> at
> org.apache.cxf.wsdl11.WSDLServiceBuilder.buildService(WSDLServiceBuilder.java:174)
> at
> org.apache.cxf.wsdl11.WSDLServiceBuilder.buildService(WSDLServiceBuilder.java:144)
> at
> org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:91)
> at
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:180)
> at
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:226)
> at
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:126)
> at org.apache.cxf.jaxws.ServiceImpl.createPort(ServiceImpl.java:243)
> at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:196)
> at javax.xml.ws.Service.getPort(Service.java:120)
> with WSDL that has multiple ports and each port specifies a different port
> type. Since WSDL service is a collection of different ports such WSDL should
> be supported.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.