You can put a client-side handler in with the
HandlerRegistry programmatically - without an wsdd.
This question comes up frequently so try googling or
searching the list - "iksrazal HandlerRegistry" may
help as I believe we had the discussion recently. 

HTH,
iksrazal 

--- "Dowell, Darrin"
<[EMAIL PROTECTED]> wrote:

> 
> 
> 
> I have the Axis generated client code (using
> WSDL2Java) and I'd like to use
> an Axis handler to intercept request/response
> messages to log them.
> 
> Static void main(String[] args){
> 
>       MyServiceLocator serviceLocator = new
> MyServiceLocator();
>       
>
serviceLocator.setServiceSoapEndpointAddress("http://myservice.com/";);
>       port = serviceLocator.getMyServiceSoap();
>       String response = getPort().getLeadList(request);
> }
> 
> Is there a way to extend one of the Axis classes to
> log my messages?  I
> don't have the option of doing JaxRPC or using the
> WSDD file option.
> 
> I'm looking for how to code the handler to log the
> message and how to tie
> the handler into my calling of the service above.
> 
> Thanks in advance
> 
> 
> Darrin Dowell      
>  
> 
> 


"None are more hopelessly enslaved than those who falsely believe they are 
free. -- Goethe"


        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Reply via email to