[
https://issues.jboss.org/browse/JBWS-3440?page=com.atlassian.jira.plugin....
]
Jim Ma commented on JBWS-3440:
------------------------------
After
https://issues.apache.org/jira/browse/CXF-4135 is resolved, there is a workaround to
generate this wsdl with -b flag:
wsdl2java -b
http://www.w3.org/2001/XMLSchema.xsd microsoft-webservice.wsdl
wsconsume chokes on wsdl containing element referring its schema
----------------------------------------------------------------
Key: JBWS-3440
URL:
https://issues.jboss.org/browse/JBWS-3440
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: Jim Ma
Fix For: jbossws-cxf-4.0.2
This is basically the issue mentioned at
http://stackoverflow.com/questions/7148591/microsoft-webservice-and-cxf-c...
.
The wsconsume (internally relying on CXF tooling) is failing to process wsdls containing
<s:element ref="s:schema" /> where s:schema is the schema s:element is
defined into. This looks to be an interoperability issue with Microsoft generated
contracts.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira