I see two options. 1) modify the generated stub to do this 2) use an Axis engine on the client-side with a request handler that encrypts and a response handler that decrypts (I've never used client-side handlers before, only read about them.)
----- Original Message ----- From: "Michael Schwarz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 1:39 AM Subject: axis and cryptography ? > Hello! (sorry for the bad english) > > I have a question concerning the transmission of the client request. the > client uses the stub, created by wsdl2java (from axis). > I need to en-, decrypt the serialized objects (method paramters) of the > SOAPPart, befor the Request is transmitted ( Call.invoke( ... ) ). > > any idea ? > > Black > >