import sublocapi.*; // example code to illustrate how to write a SOAP client for SubLoc in java public class Client { public static void main(String[] args) { // initiate SOAPServiceLocator locator = new SOAPServiceLocator(); try { API_PortType serv = locator.getAPI(); Struct[] results = new Struct[999]; ///////////////////////////////////////////////////////////////////////// //name_search results = serv.name_search("actin"); //get the contents of all entries // show the number of matched entries System.out.println(results.length); for (int i=0; i