Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Generating Eucalyptus API WSDLs

Zach Hill edited this page Oct 21, 2015 · 1 revision

Eucalyptus has a tool to generate the wsdl files from its APIs in the source tree. To run it, you must have the code checked out and built. See the INSTALL and README files for instructions on building Eucalyptus.

To generate the API WSDLS, from the source directory where you cloned the source, run:

./devel/groovy.sh ./clc/modules/msgs/src/main/java/generate-xsd.groovy

The output will be a set of WSDL files in the current working directory. These include services that implement AWS APIs as well as internal and administrative service APIs.


category.developer

Clone this wiki locally