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 "Afkham Azeez (JIRA)" <ji...@apache.org> on 2007/08/01 09:53:52 UTC

[jira] Created: (AXIS2-3044) Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server

Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server
---------------------------------------------------------------------------------------------

                 Key: AXIS2-3044
                 URL: https://issues.apache.org/jira/browse/AXIS2-3044
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
            Reporter: Afkham Azeez
            Assignee: Amila Chinthaka Suriarachchi
            Priority: Critical
             Fix For: nightly


We should provide a options to wsdl2java such as;
http-proxy-host & http-proxy-port to facilitate this.

At the moment, users behind a proxy server cannot codegen for remote WSDLs exposed via HTTP.

-- 
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


[jira] Commented: (AXIS2-3044) Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516959 ] 

Davanum Srinivas commented on AXIS2-3044:
-----------------------------------------

Azeez, did you try the standard java properties? http.proxyHost etc.

thanks,
dims

> Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3044
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3044
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>            Reporter: Afkham Azeez
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>             Fix For: nightly
>
>
> We should provide a options to wsdl2java such as;
> http-proxy-host & http-proxy-port to facilitate this.
> At the moment, users behind a proxy server cannot codegen for remote WSDLs exposed via HTTP.

-- 
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


[jira] Commented: (AXIS2-3044) Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517954 ] 

Davanum Srinivas commented on AXIS2-3044:
-----------------------------------------

Azeez,

right now, you can set JAVA_OPTS before running w2j

set JAVA_OPTS=-Dhttp.proxyHost=abc.com -Dhttp.proxyPort=4444 



> Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3044
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3044
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>            Reporter: Afkham Azeez
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>
> We should provide a options to wsdl2java such as;
> http-proxy-host & http-proxy-port to facilitate this.
> At the moment, users behind a proxy server cannot codegen for remote WSDLs exposed via HTTP.

-- 
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


[jira] Commented: (AXIS2-3044) Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server

Posted by "Afkham Azeez (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517951 ] 

Afkham Azeez commented on AXIS2-3044:
-------------------------------------

Dims,
At the moment something like;
./wsdl2java.sh -Dhttp.proxyHost=abc.com -Dhttp.proxyPort=4444 is not possible.

I need to edit the wsdl2java.sh file to provide these System properties. Something like the following will be acceptable;

./wsdl2java.sh --http-proxy-host=abc.com --http.proxy-port=4444 
or
./wsdl2java.sh -Dhttp.proxyHost=abc.com -Dhttp.proxyPort=4444


> Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3044
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3044
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>            Reporter: Afkham Azeez
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>
> We should provide a options to wsdl2java such as;
> http-proxy-host & http-proxy-port to facilitate this.
> At the moment, users behind a proxy server cannot codegen for remote WSDLs exposed via HTTP.

-- 
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


[jira] Resolved: (AXIS2-3044) Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-3044.
-------------------------------------------------

    Resolution: Fixed

fixed the issue with  revision 606691

> Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3044
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3044
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>            Reporter: Afkham Azeez
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>
> We should provide a options to wsdl2java such as;
> http-proxy-host & http-proxy-port to facilitate this.
> At the moment, users behind a proxy server cannot codegen for remote WSDLs exposed via HTTP.

-- 
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


[jira] Updated: (AXIS2-3044) Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3044:
------------------------------------

    Fix Version/s:     (was: nightly)

> Cannot generate code giving a remote HTTP URI, when the client is behind an HTTP proxy server
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3044
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3044
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>            Reporter: Afkham Azeez
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>
> We should provide a options to wsdl2java such as;
> http-proxy-host & http-proxy-port to facilitate this.
> At the moment, users behind a proxy server cannot codegen for remote WSDLs exposed via HTTP.

-- 
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