简体   繁体   English

带有WSDL Web服务的Android

[英]Android with WSDL web service

我如何在android中访问WSDL Web服务。任何人都可以提供一些代码或教程以了解如何在Android上实现它。

使用SOAP库,例如Apache Axis2 (可能会过大)或ksoap-android

If you don't want to use KSOAP, this could be usefull to you . 如果您不想使用KSOAP, 这可能对您有用 And this to send and display the request . 并发送和显示请求

The first step is to trying the connection to your webservice. 第一步是尝试连接到Web服务。 You can use soapUI which is a very good tool to test soap query. 您可以使用soapUI ,这是测试soap查询的非常好的工具。

There is some code example on my own question , you only need to know your query. 关于我自己的问题 ,有一些代码示例,您只需要知道您的查询即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM