Artifacts to generate java client code for geolocate's SOAP service.
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 geo-locate.org service.
See src/test/java/org/geolocate/GeolocatesvcTest.java for the source code of this test and an example of invocation of the georef2 service call.
mvn jaxws:help
mvn jaxws:help -Ddetail=true -Dgoal=wsimport