[ 
https://issues.apache.org/jira/browse/AXIS2-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amila Chinthaka Suriarachchi resolved AXIS2-1636.
-------------------------------------------------

    Resolution: Fixed

set the absolute path instead on the user given path

> WSDL2Java: option -uri works different for WSDL 1.1 and 2.0
> -----------------------------------------------------------
>
>                 Key: AXIS2-1636
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1636
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: codegen
>    Affects Versions: 1.1
>         Environment: Axis2 1.1 RC2
>            Reporter: Thilo Frotscher
>         Assigned To: Amila Chinthaka Suriarachchi
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to