-
Bug
-
Resolution: Answered
-
High
-
None
-
2.2
-
confluence.atlassian.com build #507
The wsdl generated from http://confluence.atlassian.com/rpc/soap-axis/confluenceservice-v1?wsdl is invalid and generates the following WsdlException when running Axis 1.3 WSDL2Java:
WSDLException (at /wsdl:definitions/types): faultCode=INVALID_WSDL: Encountered illegal extension element 'types' in the context of a 'javax.wsdl.Definition'. Extension elements must be in a namespace other than WSDL's.:
I have confirmed that my Axis setup is correct, and have successfully generated types from my Confluence 2.1.5a installation using http://confluence.asgeirnilsen.com/confluence/rpc/soap-axis/confluenceservice-v1?wsdl .
The WSDLs generated from the two urls are attached to this issue.
- is related to
-
JRASERVER-13507 JIRA WSDL types section is invalid and should be qualified with the wsdl namespace
- Closed
This is caused by the default XML parser that comes with Resin:
See:
http://issues.apache.org/jira/browse/AXIS-2235
http://issues.apache.org/jira/browse/AXIS-2336
I have documented this problem here:
http://confluence.atlassian.com/display/DOC/Confluence+and+SOAP+on+Resin