Re: supporting both rpc/encoded and wrapped doc/lit

2005-04-16 Thread Yves Erb
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.


Re: supporting both rpc/encoded and wrapped doc/lit

2005-04-16 Thread Tim K. (Gmane)
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.
 




Re: supporting both rpc/encoded and wrapped doc/lit

2005-04-16 Thread Yves Erb
Yes, it should work.


supporting both rpc/encoded and wrapped doc/lit

2005-04-15 Thread Tim K. (Gmane)
In Axis 1.2 is there an easy way to support both rpc/enc and wrapped/lit 
for the same set of web services? Or the only way to do it is to 
generate everything twice and deploy all services twice?

Thanks.
--
Tim