WSDL Description

Download WSDL file

<?xml version="1.0" encoding="UTF-8"?>
<definitions name="oph"
 targetNamespace="urn:oph"
 xmlns:tns="urn:oph"
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:oph="urn:oph"
 xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
 xmlns:HTTP="http://schemas.xmlsoap.org/wsdl/http/"
 xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/"
 xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
 xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
 xmlns="http://schemas.xmlsoap.org/wsdl/">

<types>

 <schema targetNamespace="urn:oph"
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:oph="urn:oph"
  xmlns="http://www.w3.org/2001/XMLSchema"
  elementFormDefault="unqualified"
  attributeFormDefault="unqualified">
  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  <!-- operation request element -->
  <element name="ophExecuteMain">
   <complexType>
    <sequence>
     <element name="ophExecuteMainRequest" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/><!-- oph__ophExecuteMain::ophExecuteMainRequest -->
    </sequence>
   </complexType>
  </element>
  <!-- operation response element -->
  <element name="ophResponse">
   <complexType>
    <sequence>
     <element name="jobid" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/><!-- oph__ophResponse::jobid -->
     <element name="response" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/><!-- oph__ophResponse::response -->
     <element name="error" type="xsd:int" minOccurs="1" maxOccurs="1"/><!-- oph__ophResponse::error -->
    </sequence>
   </complexType>
  </element>
 </schema>

</types>

<message name="ophExecuteMain">
 <part name="Body" element="oph:ophExecuteMain"/><!-- oph__ophExecuteMain::oph__ophExecuteMain -->
</message>

<message name="ophResponse">
 <part name="Body" element="oph:ophResponse"/><!-- oph__ophExecuteMain::ophExecuteMainResponse -->
</message>

<portType name="ophPortType">
 <operation name="ophExecuteMain">
  <documentation>Execute a command using Ophidia analytics framework</documentation>
  <input message="tns:ophExecuteMain"/>
  <output message="tns:ophResponse"/>
 </operation>
</portType>

<binding name="oph" type="tns:ophPortType">
 <SOAP:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
 <operation name="ophExecuteMain">
  <SOAP:operation soapAction=""/>
  <input>
     <SOAP:body parts="Body" use="literal"/>
  </input>
  <output>
     <SOAP:body parts="Body" use="literal"/>
  </output>
 </operation>
</binding>

<service name="oph">
 <documentation>gSOAP 2.8.27 generated service definition</documentation>
 <port name="oph" binding="tns:oph">
  <SOAP:address location="https://127.0.0.1/ophidia:11732/"/>
 </port>
</service>

</definitions>