Hi all,
 
I'm trying to invoke a DOC / LIT Service. To add different headers to the SOAP-Message I want to use Axis handlers.
 
My first idea was to use the client-config.wsdd but the client wasn't able to load the description without having a className of the implementing Java class of this service witch normaly doesn't exist on the client.
 
The next way was to use the "setClientHandlers" method on the call object. This works pretty fine and I have my handler chains invoked. But I got a exception that Axis couldn't find the registered serializers. After a little debugging I found that the "setClientHandlers" forces the call object to create a SOAPService object (with default settings) and that all my setting (especially the EncodingStyle) are ignored. That's the reason why my serializer couldn't be found (I registered it with "" as encodingstyle and the default in the SOAPService is Chapter 5 Encoding).
(I'am using 1.1 beta)
Is there somebody out with some tipps and trick to get this working ?
 
Thanks for your time.
 
 
Greetings
 
Oliver

Reply via email to