Hi,
I'm trying to generate an Axis2 client for the Jira webservices.
The WSDL I'm using can be found here:
"http://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl".
First error message: "Encoded use is not supported". Solved by using
'use="literal"' instead of 'use="encoded"'.
Second error message: "Part 'fault' of fault message '{...}RemoteException'
must be defined with 'element=QName' and not 'type=QName'". Solved by
removing fault elements, but I have no clue on why these elements are
causing problems.
This time the generation of the client works, but it is rather slow. I'm
using Axis2 v1.3 and the following Ant target to generate the client: "<java
classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"
classpathref="axis2.classpath"><arg line="-d xmlbeans -p ${package.name} -o
${client.dir} -u -uri ${wsdl.name}"/></java>".
I have no idea if this is a problem with the Jira WSDL or with certain
limitations of Axis2. Any help with this issue is highly appreciated :o).
Regards, Stefan Lecho.
--
View this message in context:
http://www.nabble.com/Generating-client-for-Jira-webservice-tp16121946p16121946.html
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]