kSoap 中的调用进度过程
我对 Progress 完全陌生。我正在尝试在 Android 应用程序中访问我的进度程序(当我将其导出为 XML 页面时,该程序有效)。我使用 kSoap 来实现这个目的,因为我已经取得了一些不错的结果。
但我似乎无法访问我的 Android 项目中的进度程序,任何人都可以帮助我做到这一点吗?
非常感谢。
I'm completely new with Progress. I'm trying to access my Progress Procedure (which works when I export it as an XML-page) in my Android app. I'm using kSoap to do the trick, because I've had some decent results of it.
But I can't seem to access my Progress Procedure in my Android project, can anyone help me to do this?
Thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Hannelore,从您的评论来看,您似乎正在尝试通过 WebSpeed 访问您的 .P,这与 WebServices 不同(它更像是一个普通的 Web 服务器)。
URL 应类似于 http://localhost:8080/wsa/wsa1 (取决于您的配置) 。您需要安装 WSA(如果您还没有安装,请从progress.com/esd 安装 WebServicesAdapter),以及 Tomcat 之类的东西。
OpenEdge 文档中有更多详细信息(此处);具体看看 OpenEdge 开发:Web 服务 书
-- peter
Hannelore, from your comment it looks like you're trying to access your .P via WebSpeed, which is not the same thing as WebServices (it's more of a normal web server).
The URL should look something like http://localhost:8080/wsa/wsa1 (depending on your config). You'll need to install the WSA (WebServicesAdapter from progress.com/esd if you don't have it already), and also something like Tomcat.
Lots more details in the OpenEdge doc (here); specifically look at the OpenEdge Development:Web Services book
-- peter