OK, but if I want to deploy the same service twice once rpc/enc, once wrapped/lit, all I have to do is use different service names in the deploy.wsdd/server-config.wsdd, right? Something like MyService_rpc and MyService_wrapped, but the implementation java class can be the same as long as the proper "use" and "style" options are set for each service ...

Thanks.

Tim



Yves Erb wrote:

Hello Tim,
In Axis 1.2 each Service is bound to a ServiceDesc with Use and Style
fields. So they can't support both rpc/enc and wrapped/lit. I think
you could use some tricks by patching the source and dynamically
attribute providers to process the request message but you will have a
problem when you want to show both wsdl at the same time.






Reply via email to