.net 和 java 中为 wsdl 文件生成的类的差异
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论