使用旧版 ColdFusion 4.5 使用 VB.NET Web 服务

发布于 2024-12-22 05:31:49 字数 152 浏览 3 评论 0原文

我的旧版 ColdFusion 4.5 应用程序需要使用 VB.NET Web 服务,我想知道是否有人使用 ColdFusion CFWDDX ACTION="WDDX2CFML" 成功反序列化 XML,

但我还没有成功,希望有任何代码示例,因为我无法使用CFINVOKE。

My legacy ColdFusion 4.5 app needs to consume a VB.NET web service and I am wondering if anyone has had success deserializing XML using the ColdFusion CFWDDX ACTION="WDDX2CFML"

I have not had success yet and would appreciate any code examples as I cannot use CFINVOKE.

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

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

发布评论

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

评论(1

花期渐远 2024-12-29 05:31:49

你用什么来序列化 VB.Net 数据?如果您还没有找到合适的方法,那么这个库: http://boncode.blogspot.com/2011/10/net-wddxnet-library-revision.html 看起来是一个很好的选择。正如您所提到的,您应该能够使用 将格式良好的 WDDX 反序列化回 CF 代码。如果您有一些 WDDX 值未通过该标签正确传递,请发布该 WDDX,以便我们了解可能导致问题的原因。

What are you using to Serialize your VB.Net data? If you haven't found a decent means of doing that, then this library: http://boncode.blogspot.com/2011/10/net-wddxnet-library-revision.html looks to be a good one for doing so. You should be able to deserialize well formed WDDX back into CF code with the <cfwddx action="WDDX2CFML">, as you mentioned. If you have some WDDX values that are not being correctly brought over with that tag, then please post that WDDX so we can see what might be causing the problem.

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