posted 20 years ago
Hi again!
Yes am using a proxy server..
"Call WebClient.setProxyServer( host, port )before sending your request, or if you need to specify a username and password, call WebClient.setProxyServer( host, port, username, password ). "
1)WebClient is an abstract class hence the below way of calling the metod fails as setProxyServer is not a static function either.
2)I cannot extend my testcase class from WebClient as it already extends TestCase
So how else can i possible invoke this method?
regards
Menon
SCJP , SCWCD , SCBCD , SCDJWS