Change JAXWS java code and wsdl for changed methods in RegistryWS
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 5 Sep 2013 10:07:15 +0000 (11:07 +0100)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 5 Sep 2013 10:07:15 +0000 (11:07 +0100)
webservices/compbio/data/msa/jaxws/GetNonoperatedServices.java [new file with mode: 0644]
webservices/compbio/data/msa/jaxws/GetNonoperatedServicesResponse.java [new file with mode: 0644]
webservices/compbio/ws/server/resource/RegistryWS.wsdl

diff --git a/webservices/compbio/data/msa/jaxws/GetNonoperatedServices.java b/webservices/compbio/data/msa/jaxws/GetNonoperatedServices.java
new file mode 100644 (file)
index 0000000..38aac03
--- /dev/null
@@ -0,0 +1,15 @@
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getNonoperatedServices", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getNonoperatedServices", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetNonoperatedServices {
+
+
+}
diff --git a/webservices/compbio/data/msa/jaxws/GetNonoperatedServicesResponse.java b/webservices/compbio/data/msa/jaxws/GetNonoperatedServicesResponse.java
new file mode 100644 (file)
index 0000000..1dddde7
--- /dev/null
@@ -0,0 +1,37 @@
+
+package compbio.data.msa.jaxws;
+
+import java.util.Set;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getNonoperatedServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getNonoperatedServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetNonoperatedServicesResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private Set<compbio.ws.client.Services> _return;
+
+    /**
+     * 
+     * @return
+     *     returns Set<Services>
+     */
+    public Set<compbio.ws.client.Services> getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(Set<compbio.ws.client.Services> _return) {
+        this._return = _return;
+    }
+
+}
index d6d2325..44b3939 100644 (file)
   <message name="getSupportedServicesResponse">
     <part name="parameters" element="tns:getSupportedServicesResponse"/>
   </message>
+  <message name="getNonoperatedServices">
+    <part name="parameters" element="tns:getNonoperatedServices"/>
+  </message>
+  <message name="getNonoperatedServicesResponse">
+    <part name="parameters" element="tns:getNonoperatedServicesResponse"/>
+  </message>
   <message name="getLastTested">
     <part name="parameters" element="tns:getLastTested"/>
   </message>
       <input wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getSupportedServicesRequest" message="tns:getSupportedServices"/>
       <output wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getSupportedServicesResponse" message="tns:getSupportedServicesResponse"/>
     </operation>
+    <operation name="getNonoperatedServices">
+      <input wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getNonoperatedServicesRequest" message="tns:getNonoperatedServices"/>
+      <output wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getNonoperatedServicesResponse" message="tns:getNonoperatedServicesResponse"/>
+    </operation>
     <operation name="getLastTested">
       <input wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getLastTestedRequest" message="tns:getLastTested"/>
       <output wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getLastTestedResponse" message="tns:getLastTestedResponse"/>
         <soap:body use="literal"/>
       </output>
     </operation>
+    <operation name="getNonoperatedServices">
+      <soap:operation soapAction=""/>
+      <input>
+        <soap:body use="literal"/>
+      </input>
+      <output>
+        <soap:body use="literal"/>
+      </output>
+    </operation>
     <operation name="getLastTested">
       <soap:operation soapAction=""/>
       <input>