【发布时间】:2013-01-11 08:56:24
【问题描述】:
我的要求是从 Android 调用 Web 服务并以良好的方式显示结果。
但在 Web 服务的 WSDL 中,我找不到 SOAPAction。 WSDL 如下所示:
<operation name="getStudentList">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
有没有办法在 WSDL 的其他地方找到SOAPAction?我可以在没有SOAPAction 的情况下调用 Web 服务并获得结果吗?
【问题讨论】:
标签: android web-services soap wsdl android-ksoap2