Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.このコンテンツは選択した言語では利用できません。
23.3. Generating WSDL
Using Maven リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
Once your code is annotated, you can generate a WSDL contract for your service using the
java2ws
Maven plug-in's -wsdl
option. For a detailed listing of options for the java2ws
Maven plug-in see java2ws.
Example 23.18, “Generating WSDL from Java” shows how to set up the
java2ws
Maven plug-in to generate WSDL.
Example 23.18. Generating WSDL from Java
Example リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
Example 23.19, “Generated WSDL from an SEI” shows the WSDL contract that is generated for the SEI shown in Example 23.7, “Fully Annotated SEI”.
Example 23.19. Generated WSDL from an SEI