从 PowerBuilder 12 应用程序访问时出现 WebService 错误

发布于 2024-12-02 17:28:31 字数 265 浏览 2 评论 0原文

我们有一个用 C# 开发的 WCF 服务,多个 .Net 和 PowerBuilder 应用程序正在使用该服务。

扫描文档时,用户可以在应用程序窗口上预览扫描的文档,单击保存按钮时,将调用 WCF 服务并将文档存储在我们的存储库中。

上述功能对于单页扫描来说绝对正常,如果我们扫描多个页面,我们会收到错误消息“Web 代理中方法签名的定义是错误的 - 数据与参数不匹配”

有趣的部分是,无论是单页文档还是多页文档,都调用相同的方法。

非常感谢任何帮助。

We have a WCF service developed in C# which is being used by several .Net and PowerBuilder applications.

When a document is scanned users can preview the scanned document on the application window and when the save button is clicked, the WCF service is called and the document get stored in our repository.

The above functionality is working absolutely fine for single page scans and if we scan multiple pages, we are getting error saying "The definition of the method signature in the web proxy is wrong-the data doesn't match the parameter"

Interesting part is, whether it is single page document or multi page, it calls the same method.

any help greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飘然心甜 2024-12-09 17:28:31

留言里已经给你答案了。当您调用该服务扫描多个页面时,它返回的数据与合同不符。最有可能的是,合同规定它会返回代表该页面的任何内容之一,但该服务正在发送多个内容。

You have the answer in the message. When you call the service to scan multiple pages, the data it returns doesn't match the contract. Most likely, the contract says it returns one of whatever represents the page, but the service is sending more than one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文