new QName("http://ws.cdyne.com", "LatLongReturn"),
Class.forName(
"complexsoap.client.stub.com.cdyne.ws.LatLongReturn"));
// create the stub
Zip2GeoSoap stub = (Zip2GeoSoap) service.getStub(Zip2GeoSoap.class);
// do the invocation
// args[1] is the zip code
LatLongReturn zipInfo = stub.GetLatLong(args[1], "");
System.out.println(
"This zip code is in "
+ zipInfo.getCity()
+ ","