<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://grbhosts.org" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://grbhosts.org" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GHostS Web Service can be used to retrieve data from the database using a
software client. All search functions are supported that are available from the web user interface.
For more information, go to the web site at &lt;a href="http://grbhosts.org"&gt;http://grbhosts.org&lt;/a&gt;.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://grbhosts.org">
      <s:element name="GetAllGrbs">
        <s:complexType />
      </s:element>
      <s:element name="GetAllGrbsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAllGrbsResult" type="tns:ArrayOfGrb" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfGrb">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Grb" nillable="true" type="tns:Grb" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Grb">
        <s:complexContent mixed="false">
          <s:extension base="tns:ObjectBase">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="Redshift" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="T90" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="T90_Err" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="LogM" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="LogM_Err" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Sfr" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Sfr_Err" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="LogZ" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="LogZ_Err" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Ssfr" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Ssfr_Err" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Av" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Av_Err" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Distance" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Extinction" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="RA" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Dec" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Radius" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="DateObserved" type="s:dateTime" />
              <s:element minOccurs="1" maxOccurs="1" name="DateCreated" type="s:dateTime" />
              <s:element minOccurs="1" maxOccurs="1" name="DateModified" type="s:dateTime" />
              <s:element minOccurs="0" maxOccurs="1" name="Comment" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Seds" type="tns:ArrayOfSed" />
              <s:element minOccurs="0" maxOccurs="1" name="EmissionLines" type="tns:ArrayOfEmissionLine" />
              <s:element minOccurs="0" maxOccurs="1" name="Figures" type="tns:ArrayOfFigure" />
              <s:element minOccurs="0" maxOccurs="unbounded" name="Papers" type="tns:Paper" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ObjectBase" />
      <s:complexType name="Paper">
        <s:complexContent mixed="false">
          <s:extension base="tns:ObjectBase">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="Authors" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Journal" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="DateYear" type="s:int" />
              <s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Url" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Figure">
        <s:complexContent mixed="false">
          <s:extension base="tns:ObjectBase">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="GrbId" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="PaperId" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="Caption" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Data" type="s:base64Binary" />
              <s:element minOccurs="0" maxOccurs="1" name="DataType" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="MimeType" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Url" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="EmissionLine">
        <s:complexContent mixed="false">
          <s:extension base="tns:ObjectBase">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="GrbId" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="LineId" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="PaperId" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="Flux" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="FluxError" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="FluxLimit" type="tns:Limit" />
              <s:element minOccurs="0" maxOccurs="1" name="Line" type="tns:Line" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:simpleType name="Limit">
        <s:restriction base="s:string">
          <s:enumeration value="Both" />
          <s:enumeration value="Upper" />
          <s:enumeration value="Lower" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="Line">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Html" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Wavelength" type="s:double" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Sed">
        <s:complexContent mixed="false">
          <s:extension base="tns:ObjectBase">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="GrbId" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="PaperId" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="Wavelength" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Flux" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="FluxError" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="FluxLimit" type="tns:Limit" />
              <s:element minOccurs="0" maxOccurs="1" name="Ucd" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ArrayOfSed">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Sed" nillable="true" type="tns:Sed" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfEmissionLine">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EmissionLine" nillable="true" type="tns:EmissionLine" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfFigure">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Figure" nillable="true" type="tns:Figure" />
        </s:sequence>
      </s:complexType>
      <s:element name="FindGrbsName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindGrbsNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FindGrbsNameResult" type="tns:ArrayOfGrb" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindGrbsCone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ra" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="dec" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="r" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindGrbsConeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FindGrbsConeResult" type="tns:ArrayOfGrb" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindGrbsPaper">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="paperId" type="s:long" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindGrbsPaperResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FindGrbsPaperResult" type="tns:ArrayOfGrb" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindGrbsSql">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sql" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindGrbsSqlResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FindGrbsSqlResult" type="tns:ArrayOfGrb" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAllPapers">
        <s:complexType />
      </s:element>
      <s:element name="GetAllPapersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAllPapersResult" type="tns:ArrayOfPaper" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfPaper">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Paper" nillable="true" type="tns:Paper" />
        </s:sequence>
      </s:complexType>
      <s:element name="ArrayOfGrb" nillable="true" type="tns:ArrayOfGrb" />
      <s:element name="ArrayOfPaper" nillable="true" type="tns:ArrayOfPaper" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetAllGrbsSoapIn">
    <wsdl:part name="parameters" element="tns:GetAllGrbs" />
  </wsdl:message>
  <wsdl:message name="GetAllGrbsSoapOut">
    <wsdl:part name="parameters" element="tns:GetAllGrbsResponse" />
  </wsdl:message>
  <wsdl:message name="FindGrbsNameSoapIn">
    <wsdl:part name="parameters" element="tns:FindGrbsName" />
  </wsdl:message>
  <wsdl:message name="FindGrbsNameSoapOut">
    <wsdl:part name="parameters" element="tns:FindGrbsNameResponse" />
  </wsdl:message>
  <wsdl:message name="FindGrbsConeSoapIn">
    <wsdl:part name="parameters" element="tns:FindGrbsCone" />
  </wsdl:message>
  <wsdl:message name="FindGrbsConeSoapOut">
    <wsdl:part name="parameters" element="tns:FindGrbsConeResponse" />
  </wsdl:message>
  <wsdl:message name="FindGrbsPaperSoapIn">
    <wsdl:part name="parameters" element="tns:FindGrbsPaper" />
  </wsdl:message>
  <wsdl:message name="FindGrbsPaperSoapOut">
    <wsdl:part name="parameters" element="tns:FindGrbsPaperResponse" />
  </wsdl:message>
  <wsdl:message name="FindGrbsSqlSoapIn">
    <wsdl:part name="parameters" element="tns:FindGrbsSql" />
  </wsdl:message>
  <wsdl:message name="FindGrbsSqlSoapOut">
    <wsdl:part name="parameters" element="tns:FindGrbsSqlResponse" />
  </wsdl:message>
  <wsdl:message name="GetAllPapersSoapIn">
    <wsdl:part name="parameters" element="tns:GetAllPapers" />
  </wsdl:message>
  <wsdl:message name="GetAllPapersSoapOut">
    <wsdl:part name="parameters" element="tns:GetAllPapersResponse" />
  </wsdl:message>
  <wsdl:message name="GetAllGrbsHttpGetIn" />
  <wsdl:message name="GetAllGrbsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="FindGrbsNameHttpGetIn">
    <wsdl:part name="name" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindGrbsNameHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="FindGrbsConeHttpGetIn">
    <wsdl:part name="ra" type="s:string" />
    <wsdl:part name="dec" type="s:string" />
    <wsdl:part name="r" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindGrbsConeHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="FindGrbsPaperHttpGetIn">
    <wsdl:part name="paperId" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindGrbsPaperHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="FindGrbsSqlHttpGetIn">
    <wsdl:part name="sql" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindGrbsSqlHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="GetAllPapersHttpGetIn" />
  <wsdl:message name="GetAllPapersHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfPaper" />
  </wsdl:message>
  <wsdl:message name="GetAllGrbsHttpPostIn" />
  <wsdl:message name="GetAllGrbsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="FindGrbsNameHttpPostIn">
    <wsdl:part name="name" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindGrbsNameHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="FindGrbsConeHttpPostIn">
    <wsdl:part name="ra" type="s:string" />
    <wsdl:part name="dec" type="s:string" />
    <wsdl:part name="r" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindGrbsConeHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="FindGrbsPaperHttpPostIn">
    <wsdl:part name="paperId" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindGrbsPaperHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="FindGrbsSqlHttpPostIn">
    <wsdl:part name="sql" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindGrbsSqlHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfGrb" />
  </wsdl:message>
  <wsdl:message name="GetAllPapersHttpPostIn" />
  <wsdl:message name="GetAllPapersHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfPaper" />
  </wsdl:message>
  <wsdl:portType name="GHostS_x0020_Web_x0020_ServiceSoap">
    <wsdl:operation name="GetAllGrbs">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns all GRB host info. No parameters.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:GetAllGrbsSoapIn" />
      <wsdl:output message="tns:GetAllGrbsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts by the specified name pattern.
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; Name pattern string, use * as wildcard.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsNameSoapIn" />
      <wsdl:output message="tns:FindGrbsNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsCone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts by the specified spatial circle.
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; RA of the center of the search cone in degrees.
&lt;br&gt;&lt;b&gt;Input 2:&lt;/b&gt; Dec of the center of the search cone in degrees.
&lt;br&gt;&lt;b&gt;Input 3:&lt;/b&gt; Radius of the search cone in arcmins.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsConeSoapIn" />
      <wsdl:output message="tns:FindGrbsConeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsPaper">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts that are mentioned in a Paper (reference).
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; Id of the paper.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsPaperSoapIn" />
      <wsdl:output message="tns:FindGrbsPaperSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsSql">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts by a SQL query.
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; SQL query.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsSqlSoapIn" />
      <wsdl:output message="tns:FindGrbsSqlSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAllPapers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns all papers referenced by the database.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of Papers.</wsdl:documentation>
      <wsdl:input message="tns:GetAllPapersSoapIn" />
      <wsdl:output message="tns:GetAllPapersSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="GHostS_x0020_Web_x0020_ServiceHttpGet">
    <wsdl:operation name="GetAllGrbs">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns all GRB host info. No parameters.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:GetAllGrbsHttpGetIn" />
      <wsdl:output message="tns:GetAllGrbsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts by the specified name pattern.
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; Name pattern string, use * as wildcard.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsNameHttpGetIn" />
      <wsdl:output message="tns:FindGrbsNameHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsCone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts by the specified spatial circle.
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; RA of the center of the search cone in degrees.
&lt;br&gt;&lt;b&gt;Input 2:&lt;/b&gt; Dec of the center of the search cone in degrees.
&lt;br&gt;&lt;b&gt;Input 3:&lt;/b&gt; Radius of the search cone in arcmins.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsConeHttpGetIn" />
      <wsdl:output message="tns:FindGrbsConeHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsPaper">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts that are mentioned in a Paper (reference).
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; Id of the paper.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsPaperHttpGetIn" />
      <wsdl:output message="tns:FindGrbsPaperHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsSql">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts by a SQL query.
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; SQL query.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsSqlHttpGetIn" />
      <wsdl:output message="tns:FindGrbsSqlHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAllPapers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns all papers referenced by the database.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of Papers.</wsdl:documentation>
      <wsdl:input message="tns:GetAllPapersHttpGetIn" />
      <wsdl:output message="tns:GetAllPapersHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="GHostS_x0020_Web_x0020_ServiceHttpPost">
    <wsdl:operation name="GetAllGrbs">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns all GRB host info. No parameters.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:GetAllGrbsHttpPostIn" />
      <wsdl:output message="tns:GetAllGrbsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts by the specified name pattern.
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; Name pattern string, use * as wildcard.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsNameHttpPostIn" />
      <wsdl:output message="tns:FindGrbsNameHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsCone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts by the specified spatial circle.
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; RA of the center of the search cone in degrees.
&lt;br&gt;&lt;b&gt;Input 2:&lt;/b&gt; Dec of the center of the search cone in degrees.
&lt;br&gt;&lt;b&gt;Input 3:&lt;/b&gt; Radius of the search cone in arcmins.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsConeHttpPostIn" />
      <wsdl:output message="tns:FindGrbsConeHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsPaper">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts that are mentioned in a Paper (reference).
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; Id of the paper.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsPaperHttpPostIn" />
      <wsdl:output message="tns:FindGrbsPaperHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="FindGrbsSql">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finds and returns GRB hosts by a SQL query.
&lt;br&gt;&lt;b&gt;Input 1:&lt;/b&gt; SQL query.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of GRBs.</wsdl:documentation>
      <wsdl:input message="tns:FindGrbsSqlHttpPostIn" />
      <wsdl:output message="tns:FindGrbsSqlHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAllPapers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns all papers referenced by the database.
&lt;br&gt;&lt;b&gt;Returns:&lt;/b&gt; List of Papers.</wsdl:documentation>
      <wsdl:input message="tns:GetAllPapersHttpPostIn" />
      <wsdl:output message="tns:GetAllPapersHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="GHostS_x0020_Web_x0020_ServiceSoap" type="tns:GHostS_x0020_Web_x0020_ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAllGrbs">
      <soap:operation soapAction="http://grbhosts.org/GetAllGrbs" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsName">
      <soap:operation soapAction="http://grbhosts.org/FindGrbsName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsCone">
      <soap:operation soapAction="http://grbhosts.org/FindGrbsCone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsPaper">
      <soap:operation soapAction="http://grbhosts.org/FindGrbsPaper" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsSql">
      <soap:operation soapAction="http://grbhosts.org/FindGrbsSql" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllPapers">
      <soap:operation soapAction="http://grbhosts.org/GetAllPapers" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GHostS_x0020_Web_x0020_ServiceSoap12" type="tns:GHostS_x0020_Web_x0020_ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAllGrbs">
      <soap12:operation soapAction="http://grbhosts.org/GetAllGrbs" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsName">
      <soap12:operation soapAction="http://grbhosts.org/FindGrbsName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsCone">
      <soap12:operation soapAction="http://grbhosts.org/FindGrbsCone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsPaper">
      <soap12:operation soapAction="http://grbhosts.org/FindGrbsPaper" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsSql">
      <soap12:operation soapAction="http://grbhosts.org/FindGrbsSql" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllPapers">
      <soap12:operation soapAction="http://grbhosts.org/GetAllPapers" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GHostS_x0020_Web_x0020_ServiceHttpGet" type="tns:GHostS_x0020_Web_x0020_ServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetAllGrbs">
      <http:operation location="/GetAllGrbs" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsName">
      <http:operation location="/FindGrbsName" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsCone">
      <http:operation location="/FindGrbsCone" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsPaper">
      <http:operation location="/FindGrbsPaper" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsSql">
      <http:operation location="/FindGrbsSql" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllPapers">
      <http:operation location="/GetAllPapers" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GHostS_x0020_Web_x0020_ServiceHttpPost" type="tns:GHostS_x0020_Web_x0020_ServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetAllGrbs">
      <http:operation location="/GetAllGrbs" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsName">
      <http:operation location="/FindGrbsName" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsCone">
      <http:operation location="/FindGrbsCone" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsPaper">
      <http:operation location="/FindGrbsPaper" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindGrbsSql">
      <http:operation location="/FindGrbsSql" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllPapers">
      <http:operation location="/GetAllPapers" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="GHostS_x0020_Web_x0020_Service">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The GHostS Web Service can be used to retrieve data from the database using a
software client. All search functions are supported that are available from the web user interface.
For more information, go to the web site at &lt;a href="http://grbhosts.org"&gt;http://grbhosts.org&lt;/a&gt;.</wsdl:documentation>
    <wsdl:port name="GHostS_x0020_Web_x0020_ServiceSoap" binding="tns:GHostS_x0020_Web_x0020_ServiceSoap">
      <soap:address location="http://www.grbhosts.org/ghostsws.asmx" />
    </wsdl:port>
    <wsdl:port name="GHostS_x0020_Web_x0020_ServiceSoap12" binding="tns:GHostS_x0020_Web_x0020_ServiceSoap12">
      <soap12:address location="http://www.grbhosts.org/ghostsws.asmx" />
    </wsdl:port>
    <wsdl:port name="GHostS_x0020_Web_x0020_ServiceHttpGet" binding="tns:GHostS_x0020_Web_x0020_ServiceHttpGet">
      <http:address location="http://www.grbhosts.org/ghostsws.asmx" />
    </wsdl:port>
    <wsdl:port name="GHostS_x0020_Web_x0020_ServiceHttpPost" binding="tns:GHostS_x0020_Web_x0020_ServiceHttpPost">
      <http:address location="http://www.grbhosts.org/ghostsws.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>