简体   繁体   English

将复杂类型XSD内联到WSDL中

[英]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. 我目前正在使用纯JDK和集成的Web服务器在Java中用几种复杂类型实现Web服务。 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? 是否可以告诉JDK将针对复杂类型生成的XSD内联到WSDL中,而不是通过xsd:import对其进行引用?

Thank you in advance! 先感谢您!

Use -inlineSchemas in the wsgen tool 在wsgen工具中使用-inlineSchemas

(never tried, taken from http://java.net/jira/browse/JAX_WS-85 ) (从未尝试过,取自http://java.net/jira/browse/JAX_WS-85

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM