query.setMaxLongitude(new Float(data.m_longMax));
Response response = null;
try {
// SoapClient client = (SoapClient)stub;
// client.setOperationName("urn:query");
Client client = (Client)stub;
response = (Response)(client).call(query);
} catch (Exception ex) {
ex.printStackTrace(System.err);
System.exit(1);
}