On my site the WSDL query that populates the services drop down works. 
I assume this is not a soap call and will be using the proxy (as specified on command 
line)

It is the Soap requests that do not work and do not show any activity on a "proxy http 
inspector" tool I have been using to look at request/responses from Jmeter.

How does the Soap Sampler do it?

I think we just need the Soap to proxy calls implemented for the Web Services Sampler

-----Original Message-----
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
org]On Behalf Of peter lin
Sent: Thursday, 8 January 2004 16:07
To: [EMAIL PROTECTED]
Subject: RE: Web Services Question



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]



------------------------------------------------------------------------------
"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."
------------------------------------------------------------------------------


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

Reply via email to