|
Well
in that case you need to change the default engine of the service object that
could use to get the call object. You can add the handler there. It could
look something like this although I have never tried it:
public
class MyEngineConfiguration extends SimpleProvider
{
MyEngineConfiguration ()
{
this.deployTransport ("http", new
CustomHandler);
}
Handler getGlobalResonseHandler()
{
return new
CustomHandler();
}
}
Service service = new Service
(MyEngineConfiguration);
Call
call = service.createCall()
....
Hope
that helps
Eugenio
|
- Accessing 'raw' document body. Erich Oliphant
- RE: Accessing 'raw' document body. WALTERS,EUGENIO (HP-Boise,ex1)
- Re: Accessing 'raw' document body. Erich Oliphant
- Re: Accessing 'raw' document b... Sloan Seaman
- Re: Accessing 'raw' docume... Erich Oliphant
- Re: Accessing 'raw' d... Erich Oliphant
- Re: Accessing 'raw' d... Sloan Seaman
- Re: Accessing 'ra... Erich Oliphant
- RE: Accessing 'raw' document body. Naresh Bhatia
- RE: Accessing 'raw' document body. WALTERS,EUGENIO (HP-Boise,ex1)
- RE: Accessing 'raw' document body. Phil Bohnenkamp
- Re: Accessing 'raw' document body. Erich Oliphant
