我创建了一个 android 库项目,用于通过gallery
或从camera
. 此浏览的图像将被压缩然后上传到服务器。web service
现在,我想通过made in访问上述库中的方法asp.net
。有可能吗?如果可以,怎么做?
或者有没有办法将 jar 文件添加到 Web 服务并使用它的方法?提前致谢。
我创建了一个 android 库项目,用于通过gallery
或从camera
. 此浏览的图像将被压缩然后上传到服务器。web service
现在,我想通过made in访问上述库中的方法asp.net
。有可能吗?如果可以,怎么做?
或者有没有办法将 jar 文件添加到 Web 服务并使用它的方法?提前致谢。
这是可能的。我从事过用 php 和 SOAP 制作的 Web 服务,它在调用时返回了一个 JSON 对象。调用 .net 服务相对简单。您应该在 stackoverflow 或 google 中搜索特定答案。以下是我发现的一些问题。
如何使用 Get 方法在 android 中调用 Web 服务
Call .NET Webservice with Android