<?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://WWT.sdss.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://WWT.sdss.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://WWT.sdss.org/">
      <s:element name="GetJpeg">
        <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="ImagePixelsPerDegree" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="height" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="width" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="grid" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="photoObjs" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="specObjs" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="invertImage" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetJpegResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetJpegResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetJpegSoapIn">
    <wsdl:part name="parameters" element="tns:GetJpeg" />
  </wsdl:message>
  <wsdl:message name="GetJpegSoapOut">
    <wsdl:part name="parameters" element="tns:GetJpegResponse" />
  </wsdl:message>
  <wsdl:portType name="SdssCutoutSoap">
    <wsdl:operation name="GetJpeg">
      <wsdl:input message="tns:GetJpegSoapIn" />
      <wsdl:output message="tns:GetJpegSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SdssCutoutSoap" type="tns:SdssCutoutSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetJpeg">
      <soap:operation soapAction="http://WWT.sdss.org/GetJpeg" 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="SdssCutoutSoap12" type="tns:SdssCutoutSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetJpeg">
      <soap12:operation soapAction="http://WWT.sdss.org/GetJpeg" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SdssCutout">
    <wsdl:port name="SdssCutoutSoap" binding="tns:SdssCutoutSoap">
      <soap:address location="http://skyservice.pha.jhu.edu/SdssCutout/SdssCutout.asmx" />
    </wsdl:port>
    <wsdl:port name="SdssCutoutSoap12" binding="tns:SdssCutoutSoap12">
      <soap12:address location="http://skyservice.pha.jhu.edu/SdssCutout/SdssCutout.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>