Hi
All,
This is axis
specific
Basically there are
three variants to define a service style and they are style, provider and use
attribute in your deploy.wsdd file.
1. style="rpc"
or provider="java:RPC" and use="encoded" maps to RPC with
encoding
2. style="rpc"
or provider="java:RPC" and use="literal" maps to RPC with
literal
3. style="document"
provider="java:RPC" and use="literal" : Is this a valid combination? If so
is it same as RPC with literal?
4. style="message"
pr provider="java:MSG" and use="literal maps to message based
Please let me know
whether combination 3 is a valid one and if so is it same as combination
2?
Thanks in
advance
__Hari