Attachment 'ISB_Mammalian_WSDL.xml'
Download 1 <wsdl:definitions xmlns:tns="http://systemsbiology.org/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:s="http://www.w3.org/2001/XMLSchema" targetNamespace="http://systemsbiology.org/"><wsdl:documentation>SynonymService</wsdl:documentation><wsdl:types><s:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://systemsbiology.org/">
2 <s:element name="getDatabases">
3 <s:complexType />
4 </s:element>
5 <s:element name="getDatabasesResponse">
6 <s:complexType>
7 <s:sequence>
8 <s:element minOccurs="0" name="getDatabasesResult" type="tns:ArrayOfString" />
9 </s:sequence>
10 </s:complexType>
11 </s:element>
12 <s:complexType name="ArrayOfString">
13 <s:sequence>
14 <s:element maxOccurs="unbounded" minOccurs="0" name="string" nillable="true" type="s:string" />
15 </s:sequence>
16 </s:complexType>
17 <s:element name="getMappings">
18 <s:complexType>
19 <s:sequence>
20 <s:element minOccurs="0" name="database" type="s:string" />
21 </s:sequence>
22 </s:complexType>
23 </s:element>
24 <s:element name="getMappingsResponse">
25 <s:complexType>
26 <s:sequence>
27 <s:element minOccurs="0" name="getMappingsResult" type="tns:ArrayOfString" />
28 </s:sequence>
29 </s:complexType>
30 </s:element>
31 <s:element name="getSynonyms">
32 <s:complexType>
33 <s:sequence>
34 <s:element minOccurs="0" name="terms" type="tns:ArrayOfString" />
35 <s:element minOccurs="0" name="source" type="s:string" />
36 <s:element minOccurs="0" name="target" type="s:string" />
37 </s:sequence>
38 </s:complexType>
39 </s:element>
40 <s:element name="getSynonymsResponse">
41 <s:complexType>
42 <s:sequence>
43 <s:element minOccurs="0" name="getSynonymsResult" type="tns:ArrayOfArrayOfString" />
44 </s:sequence>
45 </s:complexType>
46 </s:element>
47 <s:complexType name="ArrayOfArrayOfString">
48 <s:sequence>
49 <s:element maxOccurs="unbounded" minOccurs="0" name="ArrayOfString" nillable="true" type="tns:ArrayOfString" />
50 </s:sequence>
51 </s:complexType>
52 <s:element name="getSynonym">
53 <s:complexType>
54 <s:sequence>
55 <s:element minOccurs="0" name="term" type="s:string" />
56 <s:element minOccurs="0" name="source" type="s:string" />
57 <s:element minOccurs="0" name="target" type="s:string" />
58 </s:sequence>
59 </s:complexType>
60 </s:element>
61 <s:element name="getSynonymResponse">
62 <s:complexType>
63 <s:sequence>
64 <s:element minOccurs="0" name="getSynonymResult" type="tns:ArrayOfString" />
65 </s:sequence>
66 </s:complexType>
67 </s:element>
68 <s:element name="getErrorMessage">
69 <s:complexType />
70 </s:element>
71 <s:element name="getErrorMessageResponse">
72 <s:complexType>
73 <s:sequence>
74 <s:element minOccurs="0" name="getErrorMessageResult" type="s:string" />
75 </s:sequence>
76 </s:complexType>
77 </s:element>
78 <s:element name="getAllMappings">
79 <s:complexType>
80 <s:sequence>
81 <s:element minOccurs="0" name="sourcedb" type="s:string" />
82 <s:element minOccurs="0" name="targetdb" type="s:string" />
83 </s:sequence>
84 </s:complexType>
85 </s:element>
86 <s:element name="getAllMappingsResponse">
87 <s:complexType>
88 <s:sequence>
89 <s:element minOccurs="0" name="getAllMappingsResult" type="tns:ArrayOfMappings" />
90 </s:sequence>
91 </s:complexType>
92 </s:element>
93 <s:complexType name="Mapping">
94 <s:sequence>
95 <s:element minOccurs="0" name="sourceid" type="s:string" />
96 <s:element minOccurs="0" name="synonyms" type="tns:ArrayOfString" />
97 </s:sequence>
98 </s:complexType>
99 <s:complexType name="ArrayOfMappings">
100 <s:sequence>
101 <s:element maxOccurs="unbounded" minOccurs="0" name="mapping" nillable="true" type="tns:Mapping" />
102 </s:sequence>
103 </s:complexType>
104 <s:element name="getMetaInformation">
105 <s:complexType>
106 <s:sequence>
107 <s:element minOccurs="0" name="dbname" type="s:string" />
108 </s:sequence>
109 </s:complexType>
110 </s:element>
111 <s:element name="getMetaInformationResponse">
112 <s:complexType>
113 <s:sequence>
114 <s:element minOccurs="0" name="getMetaInformationResult" type="tns:ArrayOfNameValuePairs" />
115 </s:sequence>
116 </s:complexType>
117 </s:element>
118 <s:complexType name="NameValuePair">
119 <s:sequence>
120 <s:element minOccurs="0" name="name" type="s:string" />
121 <s:element minOccurs="0" name="value" type="s:string" />
122 </s:sequence>
123 </s:complexType>
124 <s:complexType name="ArrayOfNameValuePairs">
125 <s:sequence>
126 <s:element maxOccurs="unbounded" minOccurs="0" name="namevaluepair" nillable="true" type="tns:NameValuePair" />
127 </s:sequence>
128 </s:complexType>
129 <s:element name="getPathInformation">
130 <s:complexType>
131 <s:sequence>
132 <s:element minOccurs="0" name="sourcedb" type="s:string" />
133 <s:element minOccurs="0" name="targetdb" type="s:string" />
134 </s:sequence>
135 </s:complexType>
136 </s:element>
137 <s:element name="getPathInformationResponse">
138 <s:complexType>
139 <s:sequence>
140 <s:element minOccurs="0" name="getPathInformationResult" type="tns:ArrayOfString" />
141 </s:sequence>
142 </s:complexType>
143 </s:element>
144 <s:element name="getVersion">
145 <s:complexType />
146 </s:element>
147 <s:element name="getVersionResponse">
148 <s:complexType>
149 <s:sequence>
150 <s:element minOccurs="0" name="getVersionResult" type="s:string" />
151 </s:sequence>
152 </s:complexType>
153 </s:element>
154 <s:element name="getSynonymsWithPath">
155 <s:complexType>
156 <s:sequence>
157 <s:element minOccurs="0" name="path" type="tns:ArrayOfString" />
158 <s:element minOccurs="0" name="terms" type="tns:ArrayOfString" />
159 </s:sequence>
160 </s:complexType>
161 </s:element>
162 <s:element name="getSynonymsWithPathResponse">
163 <s:complexType>
164 <s:sequence>
165 <s:element minOccurs="0" name="getSynonymsWithPathResult" type="tns:ArrayOfArrayOfString" />
166 </s:sequence>
167 </s:complexType>
168 </s:element>
169 <s:element name="getDescriptions">
170 <s:complexType>
171 <s:sequence>
172 <s:element minOccurs="0" name="terms" type="tns:ArrayOfString" />
173 <s:element minOccurs="0" name="dbname" type="s:string" />
174 </s:sequence>
175 </s:complexType>
176 </s:element>
177 <s:element name="getDescriptionsResponse">
178 <s:complexType>
179 <s:sequence>
180 <s:element minOccurs="0" name="getDescriptionsResult" type="tns:ArrayOfString" />
181 </s:sequence>
182 </s:complexType>
183 </s:element>
184 </s:schema></wsdl:types><wsdl:message name="getErrorMessageSoapIn"><wsdl:part name="part1" element="tns:getErrorMessage" /></wsdl:message><wsdl:message name="getErrorMessageSoapOut"><wsdl:part name="part1" element="tns:getErrorMessageResponse" /></wsdl:message><wsdl:message name="getDatabasesSoapIn"><wsdl:part name="part1" element="tns:getDatabases" /></wsdl:message><wsdl:message name="getDatabasesSoapOut"><wsdl:part name="part1" element="tns:getDatabasesResponse" /></wsdl:message><wsdl:message name="getDescriptionsSoapIn"><wsdl:part name="part1" element="tns:getDescriptions" /></wsdl:message><wsdl:message name="getDescriptionsSoapOut"><wsdl:part name="part1" element="tns:getDescriptionsResponse" /></wsdl:message><wsdl:message name="getSynonymsSoapIn"><wsdl:part name="part1" element="tns:getSynonyms" /></wsdl:message><wsdl:message name="getSynonymsSoapOut"><wsdl:part name="part1" element="tns:getSynonymsResponse" /></wsdl:message><wsdl:message name="getMetaInformationSoapIn"><wsdl:part name="part1" element="tns:getMetaInformation" /></wsdl:message><wsdl:message name="getMetaInformationSoapOut"><wsdl:part name="part1" element="tns:getMetaInformationResponse" /></wsdl:message><wsdl:message name="getVersionSoapIn"><wsdl:part name="part1" element="tns:getVersion" /></wsdl:message><wsdl:message name="getVersionSoapOut"><wsdl:part name="part1" element="tns:getVersionResponse" /></wsdl:message><wsdl:message name="getMappingsSoapIn"><wsdl:part name="part1" element="tns:getMappings" /></wsdl:message><wsdl:message name="getMappingsSoapOut"><wsdl:part name="part1" element="tns:getMappingsResponse" /></wsdl:message><wsdl:message name="getSynonymSoapIn"><wsdl:part name="part1" element="tns:getSynonym" /></wsdl:message><wsdl:message name="getSynonymSoapOut"><wsdl:part name="part1" element="tns:getSynonymResponse" /></wsdl:message><wsdl:message name="getSynonymsWithPathSoapIn"><wsdl:part name="part1" element="tns:getSynonymsWithPath" /></wsdl:message><wsdl:message name="getSynonymsWithPathSoapOut"><wsdl:part name="part1" element="tns:getSynonymsWithPathResponse" /></wsdl:message><wsdl:message name="getAllMappingsSoapIn"><wsdl:part name="part1" element="tns:getAllMappings" /></wsdl:message><wsdl:message name="getAllMappingsSoapOut"><wsdl:part name="part1" element="tns:getAllMappingsResponse" /></wsdl:message><wsdl:message name="getPathInformationSoapIn"><wsdl:part name="part1" element="tns:getPathInformation" /></wsdl:message><wsdl:message name="getPathInformationSoapOut"><wsdl:part name="part1" element="tns:getPathInformationResponse" /></wsdl:message><wsdl:message name="pingSoapIn" /><wsdl:portType name="SynonymServicePortType"><wsdl:operation name="getErrorMessage"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getErrorMessageSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getErrorMessage" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getErrorMessageSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getErrorMessageResponse" /></wsdl:operation><wsdl:operation name="getDatabases"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getDatabasesSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getDatabases" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getDatabasesSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getDatabasesResponse" /></wsdl:operation><wsdl:operation name="getDescriptions"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getDescriptionsSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getDescriptions" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getDescriptionsSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getDescriptionsResponse" /></wsdl:operation><wsdl:operation name="getSynonyms"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getSynonymsSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getSynonyms" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getSynonymsSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getSynonymsResponse" /></wsdl:operation><wsdl:operation name="getMetaInformation"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getMetaInformationSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getMetaInformation" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getMetaInformationSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getMetaInformationResponse" /></wsdl:operation><wsdl:operation name="getVersion"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getVersionSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getVersion" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getVersionSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getVersionResponse" /></wsdl:operation><wsdl:operation name="getMappings"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getMappingsSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getMappings" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getMappingsSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getMappingsResponse" /></wsdl:operation><wsdl:operation name="getSynonym"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getSynonymSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getSynonym" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getSynonymSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getSynonymResponse" /></wsdl:operation><wsdl:operation name="getSynonymsWithPath"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getSynonymsWithPathSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getSynonymsWithPath" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getSynonymsWithPathSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getSynonymsWithPathResponse" /></wsdl:operation><wsdl:operation name="getAllMappings"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getAllMappingsSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getAllMappings" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getAllMappingsSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getAllMappingsResponse" /></wsdl:operation><wsdl:operation name="getPathInformation"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getPathInformationSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getPathInformation" /><wsdl:output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:getPathInformationSoapOut" wsaw:Action="http://systemsbiology.org/SynonymServiceSoap/getPathInformationResponse" /></wsdl:operation><wsdl:operation name="ping"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="tns:pingSoapIn" wsaw:Action="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/ping" /></wsdl:operation></wsdl:portType><wsdl:binding name="SynonymServiceSOAP11Binding" type="tns:SynonymServicePortType"><soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /><wsdl:operation name="getErrorMessage"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getErrorMessage" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getDatabases"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getDatabases" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getDescriptions"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getDescriptions" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getSynonyms"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getSynonyms" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getMetaInformation"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getMetaInformation" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getVersion"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getVersion" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getMappings"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getMappings" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getSynonym"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getSynonym" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getSynonymsWithPath"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getSynonymsWithPath" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getAllMappings"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getAllMappings" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getPathInformation"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getPathInformation" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="ping"><soap:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/ping" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input></wsdl:operation></wsdl:binding><wsdl:binding name="SynonymServiceSOAP12Binding" type="tns:SynonymServicePortType"><soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /><wsdl:operation name="getErrorMessage"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getErrorMessage" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getDatabases"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getDatabases" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getDescriptions"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getDescriptions" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getSynonyms"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getSynonyms" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getMetaInformation"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getMetaInformation" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getVersion"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getVersion" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getMappings"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getMappings" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getSynonym"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getSynonym" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getSynonymsWithPath"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getSynonymsWithPath" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getAllMappings"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getAllMappings" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getPathInformation"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/getPathInformation" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="ping"><soap12:operation soapAction="http://monocle.systemsbiology.net/Mammalian/services/SynonymService/ping" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input></wsdl:operation></wsdl:binding><wsdl:binding name="SynonymServiceHttpBinding" type="tns:SynonymServicePortType"><http:binding verb="POST" /><wsdl:operation name="getErrorMessage"><http:operation location="getErrorMessage" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getDatabases"><http:operation location="getDatabases" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getDescriptions"><http:operation location="getDescriptions" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getSynonyms"><http:operation location="getSynonyms" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getMetaInformation"><http:operation location="getMetaInformation" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getVersion"><http:operation location="getVersion" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getMappings"><http:operation location="getMappings" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getSynonym"><http:operation location="getSynonym" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getSynonymsWithPath"><http:operation location="getSynonymsWithPath" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getAllMappings"><http:operation location="getAllMappings" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="getPathInformation"><http:operation location="getPathInformation" /><wsdl:input><mime:content type="text/xml" /></wsdl:input><wsdl:output><mime:content type="text/xml" /></wsdl:output></wsdl:operation><wsdl:operation name="ping"><http:operation location="ping" /><wsdl:input><mime:content type="text/xml" /></wsdl:input></wsdl:operation></wsdl:binding><wsdl:service name="SynonymService"><wsdl:port name="SynonymServiceSOAP11port_http" binding="tns:SynonymServiceSOAP11Binding"><soap:address location="http://monocle:80/Mammalian/services/SynonymService" /></wsdl:port><wsdl:port name="SynonymServiceSOAP12port_http" binding="tns:SynonymServiceSOAP12Binding"><soap12:address location="http://monocle:80/Mammalian/services/SynonymService" /></wsdl:port><wsdl:port name="SynonymServiceHttpport1" binding="tns:SynonymServiceHttpBinding"><http:address location="http://monocle:80/Mammalian/rest/SynonymService" /></wsdl:port></wsdl:service></wsdl:definitions>
185
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.- [get | view] (2011-10-20 20:44:45, 21.4 KB) [[attachment:GeneFinder.png]]
- [get | view] (2011-10-20 20:44:45, 23.8 KB) [[attachment:ISB_Mammalian_WSDL.xml]]
- [get | view] (2011-10-20 20:44:45, 35.0 KB) [[attachment:ISB_SynonymService.doc]]
- [get | view] (2011-10-20 20:44:45, 4.7 KB) [[attachment:ISB_idmapper2.png]]
- [get | view] (2011-10-20 20:44:45, 34.9 KB) [[attachment:ISB_uddibrowser.png]]
- [get | view] (2011-10-20 20:44:45, 7443.5 KB) [[attachment:WS_IdMapping.zip]]
You are not allowed to attach a file to this page.