First working web service for quering proteocache DB
[proteocache.git] / server / compbio / ws / jpred / jaxws / FindSequenceResponse.java
@@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
-@XmlRootElement(name = "findSequenceResponse", namespace = "http://server.ws.compbio")
+@XmlRootElement(name = "findSequenceResponse", namespace = "http://server.proteocache.ws")
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "findSequenceResponse", namespace = "http://server.ws.compbio")
+@XmlType(name = "findSequenceResponse", namespace = "http://server.proteocache.ws")
 public class FindSequenceResponse {
 
     @XmlElement(name = "return", namespace = "")