我正在使用 jaxws 2.1.and jaxb 在 IRAD 7 上开发 webservice 自下而上的方法
我想强制 webmethod 参数,我尝试使用 @Xmlelement(required=true) 但它没有更新我的 XSd。
你能建议一个合适的方法来强制我的 webmethod 参数吗
提前致谢。拉玛。
我正在使用 jaxws 2.1.and jaxb 在 IRAD 7 上开发 webservice 自下而上的方法
我想强制 webmethod 参数,我尝试使用 @Xmlelement(required=true) 但它没有更新我的 XSd。
你能建议一个合适的方法来强制我的 webmethod 参数吗
提前致谢。拉玛。
The JAX-WS runtime for Websphere is Axis2. You can find an example in Java Web services: JAXB and JAX-WS in Axis2 using required parameters.
For Metro runtime, check this question in How can I make a WebMethod parameter required