Inline complex types XSD into a WSDL

I'm currently implementing a web service with a few complex types in java using plain JDK and the integrated web server. Is it possible to tell the JDK to inline the generated XSD for complex types into the WSDL instead of referencing to it via xsd:import?

Thank you in advance!


Use -inlineSchemas in the wsgen tool

(never tried, taken from http://java.net/jira/browse/JAX_WS-85)

链接地址: http://www.djcxy.com/p/66652.html

上一篇: WS客户端:访问本地WSDL的正确途径是什么?

下一篇: 将复杂类型XSD内联到WSDL中