Artifacts to generate java client code for Getty's TGN SOAP service.
Uses the WSDL file at http://vocabsservices.getty.edu/TGNService.asmx?WSDL and the jaxws-maven-plugin
mvn clean jaxws:wsimport
The pom is configured to generate these sources into src/main/java
After generation, run
mvn test
for a minimal test of the generated client code against the TGNservice.
See ... for the source code of this test and an example of invocation of the ... service call.
mvn jaxws:help
mvn jaxws:help -Ddetail=true -Dgoal=wsimport