You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Ri...@devoteam.com on 2001/04/19 09:36:47 UTC

Réf. : Re: I am behind a proxy firewall and i dont succeed to connect up to services.xmethod.net


Thanks but i didnt find this method
Do you know why ?
Rizvan



Re: Réf. : Re: I am behind a proxy firewall and i dont succeed to connect up to services.xmethod.net

Posted by Scott Nichol <sn...@computer.org>.
Which method didn't you find?  Your client code should look something like

    SOAPHTTPConnection st = new SOAPHTTPConnection();
    st.setProxyHost("proxy.me.org");
    st.setProxyPort(8080);
    Call call = new Call();
    call.setSOAPTransport(st);
    // Now set other call properties and invoke...

Scott

----- Original Message -----
From: <Ri...@devoteam.com>
To: <so...@xml.apache.org>
Sent: Thursday, April 19, 2001 3:36 AM
Subject: Réf. : Re: I am behind a proxy firewall and i dont succeed to connect up to
services.xmethod.net


>
>
> Thanks but i didnt find this method
> Do you know why ?
> Rizvan
>
>