Hi,
I was wondering is it possible to have different encoding types for input and output, i.e. RPC encoding for input and arbitrary message for output.. basically I would like to have my service implementation method of following type
Document/Element MethodNode( java datatype args ) ;
Input : RPC
output : Message ?
Thanks in advance, shashi