@Reference
protected WeatherForecastSoap weatherForecast;
public String lookup(String zipCode) {
GetInfoByZIPResult result1 = usZipService.getInfoByZIP(zipCode);
GetInfoByZIPResponse response1 = new GetInfoByZIPResponse();
response1.setGetInfoByZIPResult(result1);
String xml1 = toXML(response1);