JWS-47 patch test to default local JABAWS server and source tidy
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 2 Aug 2012 11:55:05 +0000 (12:55 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 2 Aug 2012 13:55:00 +0000 (14:55 +0100)
testsrc/compbio/ws/client/TestIUPredWS.java

index 56533fa..158b9ae 100644 (file)
@@ -53,7 +53,7 @@ public class TestIUPredWS {
                 * Annotation.class);
                 */try {
                        JABAService client = Jws2Client.connect(
-                                       "http://localhost:18080/jaba", Services.IUPredWS);
+                                       "http://localhost:8080/jabaws", Services.IUPredWS);
                        msaws = (SequenceAnnotation<IUPredWS>) client;
                } catch (ConnectException e) {
                        e.printStackTrace();
@@ -77,7 +77,6 @@ public class TestIUPredWS {
                try {
                        List<Option<IUPredWS>> opts=new ArrayList<Option<IUPredWS>>();
                        opts.add(msaws.getRunnerOptions().getArgumentByOptionName("Long"));
-                       
                        String jobId = msaws.customAnalize(fsl,opts);
                        System.out.println("J: " + jobId);
                        ScoreManager result = msaws.getAnnotation(jobId);