Hi frag,
Thanks for the reply, I had not set the proxy setting; I just came to know a bit late and i added the following stuffs in my code and it works fine for me.
System.getProperties().put( "proxySet", "true" );
System.getProperties().put( "proxyHost"...