Using Axis 1.1 and the "standard" generated stubs, I have noticed that with Doc/Literal if I have two methods with the same method signature Axis cannot (or does not) distinguish between the two. Is this expected? It would seem a bug.
Given :
int add( int value )
int sub (int value )
In an interfce then generating (Java2WSDL) Doc/Literal and then using WSDL2Java. If I create a client to call add then sub, add gets called twice. This works with RCP/Encoded.
Ross
