You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Sandeep Kumar K <sa...@genevasoftech.com> on 2008/08/21 12:10:49 UTC

Connecting to a SOAP service through Proxy

How to connect to a SOAP service through proxy?. Does it supports NTLM 
authentication?.

*-- 
Thanks & Regards
Sandeep Kumar K
Sr. Software Engineer
Geneva Software Technologies Limited,
# 82, Research Center II, I floor, EPIPA
Nallurhalli, Whitefield, Bangalore - 560066
Mob  :  +91-9880193454*


Re: Connecting to a SOAP service through Proxy

Posted by keith chapman <ke...@gmail.com>.
Yes.

You could configure your proxy details using the following parameter in your
client axis2.xml

<parameter name="Proxy">
        <Configuration>
            <ProxyHost>proxy.wso2.org</ProxyHost>
            <ProxyPort>5678</ProxyPort>
            <ProxyUser>EXAMPLE\keith</ProxyUser>
            <ProxyPassword>keithsPassword</ProxyPassword>
        </Configuration>
    </parameter>

Thanks,
Keith.

On Thu, Aug 21, 2008 at 3:40 PM, Sandeep Kumar K
<sa...@genevasoftech.com>wrote:

>  How to connect to a SOAP service through proxy?. Does it supports NTLM
> authentication?.
>
> *--
> Thanks & Regards
> Sandeep Kumar K
> Sr. Software Engineer
> Geneva Software Technologies Limited,
> # 82, Research Center II, I floor, EPIPA
> Nallurhalli, Whitefield, Bangalore - 560066
> Mob  :  +91-9880193454*
>
>


-- 
Keith Chapman
Senior Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org