简体   繁体   English

在java中将XSD文件转换为WSDL

[英]Convert the XSD file to WSDL in java

How to convert the XSD file to WSDL in java ?如何在 Java 中将 XSD 文件转换为 WSDL? I have gone thru some of the options ie Apache CXF but I need some example on this xsd2wsdl我已经通过了一些选项,即 Apache CXF,但我需要一些关于这个 xsd2wsdl 的例子

You colud use xsd2wsdl你可以使用 xsd2wsdl

You need to install cxf in you machine and then you can modify in java the BAT file to obtain the path of origin and destionation.您需要在您的机器中安装cxf,然后您可以在java中修改BAT文件以获取源和目的路径。 Finally execute the BAT.最后执行BAT。

You can know more here : https://alvinalexander.com/java/jwarehouse/apache-cxf/distribution/src/main/release/bin/xsd2wsdl.bat.shtml您可以在此处了解更多信息: https : //alvinalexander.com/java/jwarehouse/apache-cxf/distribution/src/main/release/bin/xsd2wsdl.bat.shtml

and here is the official documentation: https://cxf.apache.org/docs/xsd-to-wsdl.html这是官方文档: https : //cxf.apache.org/docs/xsd-to-wsdl.html

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

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