RPC/Literal isn't supported (well).  Maybe what you want is document/literal wrapped (sometimes called wrapped/literal).  This ends up being similar to RPC/Literal.  Although the XML transmitted on the wire is document/literal,  Axis automatically parses out the arguments to each method so that you can just define java methods like "int sum(int a, int b)".

Document/literal is also difficult to use; I haven't gotten it to work yet, but I am getting close.

Sunil Kothari wrote:
Hi All,
   I am a bit confused about RPC/Literal combination and support in Axis 1.1. I have heard a lot of discussion about document/literal and RPC/encoded style but not much about RPC/literal in Axis context.
 
Also, it would be nice to know whether  it really affects performance in Axis 1.1.
 
I will appreciate any pointers or feedback on the same.
 
Sunil

Reply via email to