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:
|
- RPC/Literal and support in Axis 1.1 Sunil Kothari
- Bill Keese