是否可以在 Glassfish 3.1 WebServices 中发布原始 WSDL?
我从 WSDL 开始,并使用 wsimport 生成 Java 工件。然后我实现了 WebService 并将其部署到 glassfish 3.1。 glassfish 获取 java 元素并从这些元素重新生成 wsdl。
我可以说服 glassfish 向全世界发布原始的 wsdl,而不是“重新设计的”吗?谢谢!
I started with a WSDL and used wsimport to generate the Java artificats. Then I implemented the WebService and deployed it to a glassfish 3.1. The glassfish takes the java elements and regenerates a wsdl from these elements.
Can I convince the glassfish to publish the original wsdl to the world, instead of the 'reengineered' ones? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上这很容易。但对于那些被这个问题绊倒的人,我会亲自回答。
我们使用 wsdlLocation 属性来说服 glassfish 分发原始 wsdl 文件,而不是从 java 类重新生成的文件。
Actually it's pretty easy. But for those, who stumble over this question, I will answer it by myself.
We used the wsdlLocation attribute to convince glassfish to distibute the original wsdl file and not the regenerated one from the java classes.