Hi ataud,
If you insert 'http' in front of your url ("http://aninvalidurl";), you should get java.net.UnknownHostException: aninvalidurl. I just checked it with Axis2 snapshot.

regards
Charitha

ataud wrote:

At client side, I generate an Axis2 stub (WSDL2Java). When I populate an
invalid URL, it does not throw an exception !!!

...
MyStub stub = new MyStub("aninvalidurl");
...

It should throw an exception, but it does not !!!



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

Reply via email to