WSDL2Java: option -uri works different for WSDL 1.1 and 2.0
-----------------------------------------------------------
Key: AXIS2-1636
URL: http://issues.apache.org/jira/browse/AXIS2-1636
Project: Apache Axis 2.0 (Axis2)
Issue Type: Improvement
Components: codegen
Affects Versions: 1.1
Environment: Axis2 1.1 RC2
Reporter: Thilo Frotscher
If using a WSDL 1.1 document, the option -uri can point to local files, e.g.
wsdl2java -uri xxx.wsdl -ss -sd -g -wv 1.1
wsdl2java -uri ./wsdl/xxx.wsdl -ss -sd -g -wv 1.1
This does not work if using WSDL 2.0 documents. In this case, it seems like the
WSDL document must be loaded from a HTTP server.
wsdl2java -uri xxx.wsdl -ss -sd -g -wv 2.0 (FAILS)
wsdl2java -uri ./wsdl/xxx.wsdl -ss -sd -g -wv 2.0 (FAILS)
wsdl2java -uri http://example.com/xxx.wsdl -ss -sd -g -wv 2.0 (WORKS)
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]