Disembl and Jronn web services work. Modified to produce raw scores Globplot script...
[jabaws.git] / webservices / compbio / ws / client / Services.java
index 6734a36..f18eadf 100644 (file)
@@ -23,9 +23,9 @@ import java.net.URL;
 import javax.xml.namespace.QName;\r
 import javax.xml.ws.Service;\r
 \r
-import compbio.data.msa.Annotation;\r
 import compbio.data.msa.JABAService;\r
 import compbio.data.msa.MsaWS;\r
+import compbio.data.msa.SequenceAnnotation;\r
 \r
 /**\r
  * List of web services currently supported by JABAWS version 2\r
@@ -70,7 +70,7 @@ public enum Services {
 \r
                switch (this) {\r
                        case AAConWS :\r
-                               return service.getPort(portName, Annotation.class);\r
+                               return service.getPort(portName, SequenceAnnotation.class);\r
 \r
                                // deliberate leaking\r
                        case ClustalWS :\r