.net 和 java 中为 wsdl 文件生成的类的差异

发布于 2024-11-15 19:35:55 字数 238 浏览 3 评论 0原文

我正在尝试使用 wsdl 文件开发客户端应用程序(在 java 和 .net 中)。 问题场景是这样的: 在.net中添加wsdl生成的类与在java中添加相同wsdl文件生成的类不同。 这里的区别在于,在 java 中缺少一些 .net 中存在的类。 同样,对于 .net 中的某些类,会生成类变量,而在 java 中,同一类缺少这些类成员。

因此,请让我知道为什么 .net 和 java 中的同一个 wsdl 文件会显示这种类型的不同行为。

i am trying to develop a client application (both in java and .net) using a wsdl file.
The problem scenario is that:
in .net the classes generated by adding wsdl is different to the classes generated by adding same wsdl file in java.
here the difference is that in java some classes are missing that are present in .net.
also for some class in .net the class variable is generated while in java these class members are missing for the same class.

so, please let me know why this type of different behavior is shown for the same wsdl file in .net and java.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文