// initialize the zip2geo stub
// parse the WSDL
service = factory.getService(zip2geoWSDL,null,null,"http://ws.cdyne.com",
"Zip2GeoSoap");
// map types
service.mapType(new QName("http://ws.cdyne.com", "LatLongReturn"),
Class.forName("complexsoap.client.stub.com.cdyne.ws.LatLongReturn"));
// create the stub
zip2geo = (Zip2GeoSoap) service.getStub(Zip2GeoSoap.class);
// initialize the service availability stub
// parse the WSDL