public class WebServiceSupport extends Object
| Constructor and Description |
|---|
WebServiceSupport() |
public static String call(String endpoint, String method, Map<String,Map<String,String>> params)
endpoint - wsdl urlmethod - method to callparams - LinkedHashMap of params:
1. Must be in order required to be sent
2. Must be keyed on the parameter name to be sent, must match the webservice param exactly or it will fail
3. Should contained a single Map of items, containing 'value' and 'type' keys
4. The type attribute will be converted and supported values are string or boolean, case insensitiveCopyright © 2009-2013 Division of Information, Australian National University. All Rights Reserved.