[ 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to