Hi,

 I have only one question: 
 I need to deploy a service. I'm generating skeleton
classes, then deploying my own service. My problem is that
I need to pass some extra information to my service, which
is not described in the WSDL used to generate the skeleton.
To be more specific: I have client sending some SOAP requests
to my server, according to the WSDL. One of my server side handlers
will add an extra parameter to the MessageContext, which will
have to go all the way to the server. Is there any way to do this
without modifying the WSDL before using WSDL2Java ? Maybe passing
the whole messagcontext as a parameter to server function calls ? 
(and maybe even without rewriting the RPCProvider.java or any other
existing Axis source)

 Regards, Geza

Reply via email to