1

私のスタブのコードは、次のプロパティを設定しています。

    oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
    oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
    oper.setUse(org.apache.axis.constants.Use.LITERAL);

応答構造は次のようになります。

<SOAP-ENV:Envelope><SOAP-ENV:Body><ns1:JCardViewSoapResponse0 xsi:type="ns1:JCardViewSoapResponse0"></ns1:JCardViewSoapResponse0></SOAP-ENV:Body></SOAP-ENV:Envelope>

Web サービス呼び出しを行うと、例外が発生します。

org.xml.sax.SAXException: SimpleDeserializer は、逆シリアル化しようとしている何かで、予期されていない子要素を検出しました。

何か案は?

4

0 に答える 0