You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2007/02/13 15:35:05 UTC

[jira] Resolved: (AXIS2-1636) WSDL2Java: option -uri works different for WSDL 1.1 and 2.0

     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org