I did a search on apache soap site and it appears
proxy's have to be handled differently.

my currently implementation assumes a direct
connection. In order to use proxy, I may have to
change the way I use apache soap. from the soap faq.

2.28  How do I tell my Apache SOAP client to use a
proxy server?
Here is some sample code to do this:
SOAPHTTPConnection connection = new
SOAPHTTPConnection();
connection.setProxyHost("proxy");
connection.setProxyPort(8080);
Call call = new Call(); // prepare the service
invocation
call.setSOAPTransport(conn); // use the proxy


can you verify it is caused by proxy?  once you do, I
can make the change and add the option to the sampler.

thanks.


peter lin

--- Peter Reid <[EMAIL PROTECTED]> wrote:
> Hi,
>  
> I just tried the latest nightly 20040106 and got the
> same problem.
>  
> Could it be some thing to do with using a proxy?
>  
>  
>  
>  
> 
> -----Original Message-----
> From: peter lin [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 8 January 2004 09:24
> To: Peter Reid
> Subject: RE: Web Services Question
> 
> 
> did the sample test plans I sent you help?  if not,
> please let me know.
>  
> peter lin
> 
>  
> 
> 
> 
>   _____  
> 
> Do you Yahoo!?
> Yahoo! Hotjobs: Enter 
>
<http://pa.yahoo.com/*http://us.rd.yahoo.com/hotjobs/mail_footer_email/evt=21482/*http://hotjobs.sweepstakes.yahoo.com/signingbonus>
> the "Signing Bonus" Sweepstakes
> 
> 
>
------------------------------------------------------------------------------
> "This communication, including any attachments, is
> confidential. 
> If you are not the intended recipient, you should
> not read
> it - please contact me immediately, destroy it, and
> do not
> copy or use any part of this communication or
> disclose
> anything about it. Thank you. Please note that this 
> communication does not designate an information
> system for
>  the purposes of the Electronic Transactions Act
> 2002."
>
------------------------------------------------------------------------------
> 


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to