Hi John
2 questions:
1)Cant help without looking at the wsdl for a service with a pingReturn
operation
2)rpc is supported as exemplified style="rpc" attribute illustrated in
intergration/test-resources/rpc/test-rpc-2.wsdl
<binding name="echoBinding" type="y:echoPortType">
<soap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="echo">
<soap:operation soapAction="echo"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
HTH
Martin--
978-400-7544
----- Original Message -----
From: "John Langley" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, February 20, 2008 8:43 AM
Subject: axis2 status of rpc encoding
> Hi,
> I've been trying to use Axis2 to generate java classes (using
> wsdl2java.sh) from wsdl for that describes an rpc/literal service
> delivered from Axis1. Regardless of which options I choose I seem to
> consistently get a complaint about an "unexpected subelement".
>
> "org.apache.axis2.databinding.ADBException: Unexpected subelement
> pingReturn
> org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException:
> Unexpected subelement pingReturn"
>
>
> What is the official status of rpc encoding support in Axis2? I've
> seen Jira issues that have a status of "resolved" around this, but I see
> comments on the user mailing list suggesting that axis2 does not support
> rpc encoding.
>
> Can anyone comment on either: 1) the official status of rpc encoding
> support or 2) their personal experience with it?
>
> Thanks in advance
>
> -- Langley
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]