Runtime error processing anonymous ref in WSDL during Service.create()
----------------------------------------------------------------------
Key: CXF-157
URL: http://issues.apache.org/jira/browse/CXF-157
Project: CXF
Issue Type: Bug
Reporter: Mike Ramnarine
java.lang.IllegalArgumentException: Invalid name [null]
at
org.apache.cxf.service.model.AbstractMessageContainer.addMessagePart(AbstractMessageContainer.java:69)
at
org.apache.cxf.wsdl11.WSDLServiceBuilder.isWrappableSequence(WSDLServiceBuilder.java:472)
at
org.apache.cxf.wsdl11.WSDLServiceBuilder.checkForWrapped(WSDLServiceBuilder.java:407)
at
org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterfaceOperation(WSDLServiceBuilder.java:332)
at
org.apache.cxf.wsdl11.WSDLServiceBuilder.buildInterface(WSDLServiceBuilder.java:304)
at
org.apache.cxf.wsdl11.WSDLServiceBuilder.buildService(WSDLServiceBuilder.java:135)
at
org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:71)
at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:83)
at
org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:48)
at javax.xml.ws.Service.<init>(Service.java:57)
at javax.xml.ws.Service.create(Service.java:302)
...
This exception occurs when processing the WSDL following complex type for the
queryEndpoints element of the Artix Locator:
<xs:complexType>
<xs:sequence>
<xs:element ref="query:select"/>
</xs:sequence>
</xs:complexType>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira