santhosh wrote:

>Can anyone help me in accessing service from axis server through internet
>behind the firewall. I am not able to find any proxy setting in the Call
>object. If possible, let me know any other way to do this.
>

Try

    System.setProperty("http.proxyUser", "username");
    System.setProperty("http.proxyPassword", "password");


- Sam Ruby

Reply via email to