According to WSDL 1.1 spec, you can not.
Stype
(rpc or document) is defined at the operation level.
At the
input or output message you can decide if it is encoded or literal, but not if
it is rpc or document style.
-----Original Message-----
From: Shashi, Kiran [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 11:19 AM
To: [EMAIL PROTECTED]
Subject: rpc and message encodingHi,
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
