This document only addresses how to configure pom.xml for generating java code based on a published web service wsdl during maven build. This is not a tutorial on how to use Maven.
Before you begin, you must have the following:
|
To generate java code using the moiraws web service WSDL, use the Maven maven-antrun-plugin and place following xml statements within the <plugins> element of the Maven project's pom.xml:
In the above:
to:
Note: with the above plug-in configuration, maven will generate java code during generate-source phase. |
The following are the web service wsdl's that are currently available from DSPS: DSPS Staging Servers:
DSPS Production servers:
|