Hi iksrazal, Please see below:
On 11/22/05, iksrazal <[EMAIL PROTECTED]> wrote: > Hi all, > > I just tested jira issue 2165 which is now closed: > > http://issues.apache.org/jira/browse/AXIS-2165?page=comments#action_12358269 > > As the jira issue shows, with axis2 I get: > > java.lang.RuntimeException: The use 'encoded' is not supported! > > Please follow the link for my wsdl. My questions are: > > 1) Is this a known issue? Yes, Axis2 does not support soap encoding. > 2) Does this have anything to do with using RPC instead of Document Literal? This is because the wsdl binding is rpc 'encoded'. > 3) Any ideas of a work around ? Its a new app so I can do whatever it takes. Change the WSDL to use a DOC-LIT binding, Axis2 will work without a problem with doc-lit :-) > > Regards, > iksrazal > Thanks, -- Ruchith
