<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://DefaultNamespace" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://DefaultNamespace" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://DefaultNamespace">
<xsd:complexType name="ArrayOfString">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="string" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="render">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="data" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="width" type="xsd:int"/>
<xsd:element maxOccurs="1" minOccurs="1" name="height" type="xsd:int"/>
<xsd:element maxOccurs="1" minOccurs="1" name="scaling" type="xsd:int"/>
<xsd:element maxOccurs="1" minOccurs="1" name="rotatex" type="xsd:int"/>
<xsd:element maxOccurs="1" minOccurs="1" name="rotatey" type="xsd:int"/>
<xsd:element maxOccurs="1" minOccurs="1" name="rotatez" type="xsd:int"/>
<xsd:element maxOccurs="1" minOccurs="1" name="bgcolor" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="commands" nillable="true" type="tns:ArrayOfString"/>
<xsd:element maxOccurs="1" minOccurs="1" name="embeddedData" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="SOAPjmolResult">
<xsd:sequence>
<xsd:element minOccurs="0" name="data" nillable="true" type="xsd:base64Binary"/>
<xsd:element minOccurs="0" name="embeddedData" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="error" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="success" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="url" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="renderResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="tns:SOAPjmolResult"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
  </wsdl:types>
  <wsdl:message name="renderRequest">
    <wsdl:part name="parameters" element="tns:render">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="renderResponse">
    <wsdl:part name="parameters" element="tns:renderResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="jmol">
    <wsdl:operation name="render">
      <wsdl:input name="renderRequest" message="tns:renderRequest">
    </wsdl:input>
      <wsdl:output name="renderResponse" message="tns:renderResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="jmolHttpBinding" type="tns:jmol">
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="render">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="renderRequest">
        <wsdlsoap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="renderResponse">
        <wsdlsoap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="jmol">
    <wsdl:port name="jmolHttpPort" binding="tns:jmolHttpBinding">
      <wsdlsoap:address location="http://192.168.123.104/services/jmol"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
