First working web service for quering proteocache DB
[proteocache.git] / server / compbio / ws / jpred / WSPublisher.java
diff --git a/server/compbio/ws/jpred/WSPublisher.java b/server/compbio/ws/jpred/WSPublisher.java
deleted file mode 100644 (file)
index 01747e0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package compbio.ws.jpred;
-
-import javax.xml.ws.Endpoint;
-
-public class WSPublisher {
-
-       public static void main(String[] args) {
-               Endpoint.publish("http://localhost:1236/proteocache/services", new JpredWS());
-
-               System.out.println("Service is published!");
-       }
-}