You really shouldn't use RPC/Literal, though. Many systems don't support RPC/Literal, including .NET, SAP, and BEA.
Anne On 6/20/05, Merten Schumann <[EMAIL PROTECTED]> wrote: > > something like > > <deployment xmlns="http://xml.apache.org/axis/wsdd/" > xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> > > <!-- choose style and use --> > <service name="myService" > <!-- provider="java:RPC" style="rpc" use="encoded"> --> > provider="java:RPC" style="rpc" use="literal"> > <!--provider="java:RPC" style="document" use="literal">--> > <!--provider="java:RPC" style="wrapped" use="literal">--> > > cu > Merten > > > ________________________________ > From: Terance Dias [mailto:[EMAIL PROTECTED] > Sent: Monday, June 20, 2005 7:14 AM > To: apache > Subject: how to use rpc literal style? > > > > HOw Do I configure the .wsdd file to make it rpc lieral and not the default > one of rpc encoded? > > ________________________________ > Yahoo! Mail Mobile > Take Yahoo! Mail with you! Check email on your mobile phone. > >
