Android中如何使用这个WebService呢?
我正在开发一个应用程序来使用Web服务,如何使用以下Web服务? http方法还是ksoap2?我尝试了 Ksoap2,似乎无法正确提取该 Web 服务,有人可以帮忙吗?提前致谢。
这是 wsdl: https://integrator-ut.vegaconnection.com/Authentication.svc? wsdl
那NAME_SPACE是:“http://tempuri.org/”方法是CreateToken吗?并且 SOAP_ACTION 是 http://tempuri.org/IAuthentication/CreateToken?...
I am developing a application to consume the web service, how to consume the following web-service? http method or ksoap2? I tried Ksoap2, seems can not extract this web service properly, anybody can help on this? thanks in advance.
Here is the wsdl: https://integrator-ut.vegaconnection.com/Authentication.svc?wsdl
Is that the NAME_SPACE is: "http://tempuri.org/" method is CreateToken? and the SOAP_ACTION is http://tempuri.org/IAuthentication/CreateToken?...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请发布您的网络服务方法代码。
please post ur web service method code.
如果你不想使用KSOAP,你可以使用httpUrlconnection和InputStream
你必须根据你想要恢复的值创建字符串YOUR_REQUEST
它看起来像
If you don't want to use KSOAP, you can use httpUrlconnection and InputStream
You have to make the string YOUR_REQUEST based on the values you want to recover
It look's like