Invoking Webservice Methods from Java

This is my helper method for invoking webservices from java. One bonus perk is that this handles the exception when we are using self signed certificates by providing our own HostnameVerifier. This could be more generalized but all I needed was to invoke this one server. /** * Invoke webservice to retrive data * * …

Invoking Webservice Methods from Java Read More »