如何在 Metro/JavaEE 自动生成的 WSDL 中自定义命名空间前缀?
我使用 Java 6 + JavaEE + Tomcat 6 + Metro 来实现 SOAP Web 服务。 在响应中,命名空间前缀为 ns2、ns3、ns4 等。 我希望能够指示 Web 服务堆栈使用自定义名称。
我该怎么做呢?
I'm using Java 6 + JavaEE + Tomcat 6 + Metro for SOAP web services. In the response, the namespace prefixes are ns2, ns3, ns4, and so on. I'd like to be able to instruct the web services stack to use custom names instead.
How do I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 @XmlSchema 注释(假设您使用的是 JAXB2.x)
将导致:
Use the @XmlSchema annotation (assuming you are using JAXB2.x)
Would result in: