|
Hi All ,
Where can I get a concrete idea of handlers at Client
side. I have deployed a Client side Handler. When i invoke the Webservice
nothing happens. Searching the net I got that the Transport should be set using
the method
Call.setTransport(new MyTransport());
Now my problem is I have only client stubs.. so I
cannot get an object of Call in my clientside code (I dunno whether it is
possible .. if possible help me in that too :) )
So I tried this way
stub._setProperty(Call.TRANSPORT_NAME,"MyTransportName");
...
But then I am getting a java.lang.NullPointerException
exception... How it comes i dont know ..
Does this method do the same functionality as
Call.setTransport() ?
What should i do now ?? Any helps
Thanks in Advance
Cheers
Dhanush
|
- Help needed in Handlers Dhanush Gopinath
- Help needed in Handlers Dhanush Gopinath
