191 lines
7.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://ws.lhotka.net/Csla" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://ws.lhotka.net/Csla" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://ws.lhotka.net/Csla">
<s:element name="Create">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="requestData" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CreateResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="CreateResult" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Fetch">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="requestData" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="FetchResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="FetchResult" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Update">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="requestData" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="UpdateResult" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Delete">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="requestData" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DeleteResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="DeleteResult" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="CreateSoapIn">
<wsdl:part name="parameters" element="tns:Create" />
</wsdl:message>
<wsdl:message name="CreateSoapOut">
<wsdl:part name="parameters" element="tns:CreateResponse" />
</wsdl:message>
<wsdl:message name="FetchSoapIn">
<wsdl:part name="parameters" element="tns:Fetch" />
</wsdl:message>
<wsdl:message name="FetchSoapOut">
<wsdl:part name="parameters" element="tns:FetchResponse" />
</wsdl:message>
<wsdl:message name="UpdateSoapIn">
<wsdl:part name="parameters" element="tns:Update" />
</wsdl:message>
<wsdl:message name="UpdateSoapOut">
<wsdl:part name="parameters" element="tns:UpdateResponse" />
</wsdl:message>
<wsdl:message name="DeleteSoapIn">
<wsdl:part name="parameters" element="tns:Delete" />
</wsdl:message>
<wsdl:message name="DeleteSoapOut">
<wsdl:part name="parameters" element="tns:DeleteResponse" />
</wsdl:message>
<wsdl:portType name="WebServicePortalSoap">
<wsdl:operation name="Create">
<wsdl:input message="tns:CreateSoapIn" />
<wsdl:output message="tns:CreateSoapOut" />
</wsdl:operation>
<wsdl:operation name="Fetch">
<wsdl:input message="tns:FetchSoapIn" />
<wsdl:output message="tns:FetchSoapOut" />
</wsdl:operation>
<wsdl:operation name="Update">
<wsdl:input message="tns:UpdateSoapIn" />
<wsdl:output message="tns:UpdateSoapOut" />
</wsdl:operation>
<wsdl:operation name="Delete">
<wsdl:input message="tns:DeleteSoapIn" />
<wsdl:output message="tns:DeleteSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WebServicePortalSoap" type="tns:WebServicePortalSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="Create">
<soap:operation soapAction="http://ws.lhotka.net/Csla/Create" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Fetch">
<soap:operation soapAction="http://ws.lhotka.net/Csla/Fetch" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Update">
<soap:operation soapAction="http://ws.lhotka.net/Csla/Update" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Delete">
<soap:operation soapAction="http://ws.lhotka.net/Csla/Delete" 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="WebServicePortalSoap12" type="tns:WebServicePortalSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="Create">
<soap12:operation soapAction="http://ws.lhotka.net/Csla/Create" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Fetch">
<soap12:operation soapAction="http://ws.lhotka.net/Csla/Fetch" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Update">
<soap12:operation soapAction="http://ws.lhotka.net/Csla/Update" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Delete">
<soap12:operation soapAction="http://ws.lhotka.net/Csla/Delete" 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="WebServicePortal">
<wsdl:port name="WebServicePortalSoap" binding="tns:WebServicePortalSoap">
<soap:address location="http://localhost:4804/WSPortalcs/Service.asmx" />
</wsdl:port>
<wsdl:port name="WebServicePortalSoap12" binding="tns:WebServicePortalSoap12">
<soap12:address location="http://localhost:4804/WSPortalcs/Service.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>