如何在 Android 应用程序中使用 OCR Web 服务。我们如何发送请求并获得响应?
我们如何在 Android 应用程序中使用 OCR Web 服务 我已经使用过这个网络服务。 我如何使用肥皂基网络服务传递数据并获取响应。 我如何传递嵌套 XML 标签的请求?
http://www.ocrwebservice.com/services/OCRWebService.asmx?op=OCRWebServiceRecognize
请帮忙..
How can we use OCR web service in android application
I have use this webservice.
How can i pass data using soap base web service and get response back.
How can i pass request for nested XML tags ?
http://www.ocrwebservice.com/services/OCRWebService.asmx?op=OCRWebServiceRecognize
Please help..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请检查此 Android 库:kSoap2。
另外,检查这个类似的问题,它提供了一些其他解决方案:“如何调用Android 的网络服务”
希望有帮助!
Please check this library for Android: kSoap2.
Also, check this similar question, that offers a few other solutions: "How to call web service with Android"
Hope it helps!
事实上我得到了正确的答案。对于嵌套请求,我编写了以下代码并且它有效。
Actually i got the correct answer. For nested request i wrote the below code and it worked.