/tags/1.0.0.0/Sourcecode/DE.Sdc.SharePoint.Common/Utitlities/Deployment/Administration/AdminTasksWebServicewsdl.aspx
# · ASP.NET · 327 lines · 327 code · 0 blank · 0 comment · 0 complexity · e578ab9437648d9aab4be568c822fba5 MD5 · raw file
- <?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://sdc/2009/12/WebServices/1.0/AdminTasksWebService" xmlns:s1="namespace1" 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://sdc/2009/12/WebServices/1.0/AdminTasksWebService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://sdc/2009/12/WebServices/1.0/AdminTasksWebService">
- <s:import namespace="namespace1" />
- <s:element name="CreateJob">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="jobSettings" type="tns:JobSettings" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="JobSettings">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="JobType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="JobName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="SiteUrl" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfItem" />
- <s:element minOccurs="0" maxOccurs="1" name="SchedulingInformation" type="tns:ArrayOfItem" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ArrayOfItem">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="Item" nillable="true" type="s1:Item" />
- </s:sequence>
- </s:complexType>
- <s:element name="CreateJobResponse">
- <s:complexType />
- </s:element>
- <s:element name="DeleteJob">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="jobName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="siteId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="DeleteJobResponse">
- <s:complexType />
- </s:element>
- <s:element name="IsJobDefined">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="jobName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="siteId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="IsJobDefinedResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="IsJobDefinedResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="ModifyWebConfig">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="configurationPath" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="removeModifications" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="ModifyWebConfigResponse">
- <s:complexType />
- </s:element>
- <s:element name="boolean" type="s:boolean" />
- </s:schema>
- <s:schema elementFormDefault="qualified" targetNamespace="namespace1">
- <s:complexType name="Item">
- <s:attribute name="ItemName" type="s:string" />
- <s:attribute name="ItemValue" type="s:string" />
- </s:complexType>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="CreateJobSoapIn">
- <wsdl:part name="parameters" element="tns:CreateJob" />
- </wsdl:message>
- <wsdl:message name="CreateJobSoapOut">
- <wsdl:part name="parameters" element="tns:CreateJobResponse" />
- </wsdl:message>
- <wsdl:message name="DeleteJobSoapIn">
- <wsdl:part name="parameters" element="tns:DeleteJob" />
- </wsdl:message>
- <wsdl:message name="DeleteJobSoapOut">
- <wsdl:part name="parameters" element="tns:DeleteJobResponse" />
- </wsdl:message>
- <wsdl:message name="IsJobDefinedSoapIn">
- <wsdl:part name="parameters" element="tns:IsJobDefined" />
- </wsdl:message>
- <wsdl:message name="IsJobDefinedSoapOut">
- <wsdl:part name="parameters" element="tns:IsJobDefinedResponse" />
- </wsdl:message>
- <wsdl:message name="ModifyWebConfigSoapIn">
- <wsdl:part name="parameters" element="tns:ModifyWebConfig" />
- </wsdl:message>
- <wsdl:message name="ModifyWebConfigSoapOut">
- <wsdl:part name="parameters" element="tns:ModifyWebConfigResponse" />
- </wsdl:message>
- <wsdl:message name="DeleteJobHttpGetIn">
- <wsdl:part name="jobName" type="s:string" />
- <wsdl:part name="siteId" type="s:string" />
- </wsdl:message>
- <wsdl:message name="DeleteJobHttpGetOut" />
- <wsdl:message name="IsJobDefinedHttpGetIn">
- <wsdl:part name="jobName" type="s:string" />
- <wsdl:part name="siteId" type="s:string" />
- </wsdl:message>
- <wsdl:message name="IsJobDefinedHttpGetOut">
- <wsdl:part name="Body" element="tns:boolean" />
- </wsdl:message>
- <wsdl:message name="ModifyWebConfigHttpGetIn">
- <wsdl:part name="configurationPath" type="s:string" />
- <wsdl:part name="url" type="s:string" />
- <wsdl:part name="removeModifications" type="s:string" />
- </wsdl:message>
- <wsdl:message name="ModifyWebConfigHttpGetOut" />
- <wsdl:message name="DeleteJobHttpPostIn">
- <wsdl:part name="jobName" type="s:string" />
- <wsdl:part name="siteId" type="s:string" />
- </wsdl:message>
- <wsdl:message name="DeleteJobHttpPostOut" />
- <wsdl:message name="IsJobDefinedHttpPostIn">
- <wsdl:part name="jobName" type="s:string" />
- <wsdl:part name="siteId" type="s:string" />
- </wsdl:message>
- <wsdl:message name="IsJobDefinedHttpPostOut">
- <wsdl:part name="Body" element="tns:boolean" />
- </wsdl:message>
- <wsdl:message name="ModifyWebConfigHttpPostIn">
- <wsdl:part name="configurationPath" type="s:string" />
- <wsdl:part name="url" type="s:string" />
- <wsdl:part name="removeModifications" type="s:string" />
- </wsdl:message>
- <wsdl:message name="ModifyWebConfigHttpPostOut" />
- <wsdl:portType name="AdminTasksWebServiceSoap">
- <wsdl:operation name="CreateJob">
- <wsdl:input message="tns:CreateJobSoapIn" />
- <wsdl:output message="tns:CreateJobSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="DeleteJob">
- <wsdl:input message="tns:DeleteJobSoapIn" />
- <wsdl:output message="tns:DeleteJobSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="IsJobDefined">
- <wsdl:input message="tns:IsJobDefinedSoapIn" />
- <wsdl:output message="tns:IsJobDefinedSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="ModifyWebConfig">
- <wsdl:input message="tns:ModifyWebConfigSoapIn" />
- <wsdl:output message="tns:ModifyWebConfigSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:portType name="AdminTasksWebServiceHttpGet">
- <wsdl:operation name="DeleteJob">
- <wsdl:input message="tns:DeleteJobHttpGetIn" />
- <wsdl:output message="tns:DeleteJobHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="IsJobDefined">
- <wsdl:input message="tns:IsJobDefinedHttpGetIn" />
- <wsdl:output message="tns:IsJobDefinedHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="ModifyWebConfig">
- <wsdl:input message="tns:ModifyWebConfigHttpGetIn" />
- <wsdl:output message="tns:ModifyWebConfigHttpGetOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:portType name="AdminTasksWebServiceHttpPost">
- <wsdl:operation name="DeleteJob">
- <wsdl:input message="tns:DeleteJobHttpPostIn" />
- <wsdl:output message="tns:DeleteJobHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="IsJobDefined">
- <wsdl:input message="tns:IsJobDefinedHttpPostIn" />
- <wsdl:output message="tns:IsJobDefinedHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="ModifyWebConfig">
- <wsdl:input message="tns:ModifyWebConfigHttpPostIn" />
- <wsdl:output message="tns:ModifyWebConfigHttpPostOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="AdminTasksWebServiceSoap" type="tns:AdminTasksWebServiceSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="CreateJob">
- <soap:operation soapAction="http://sdc/2009/12/WebServices/1.0/AdminTasksWebService/CreateJob" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DeleteJob">
- <soap:operation soapAction="http://sdc/2009/12/WebServices/1.0/AdminTasksWebService/DeleteJob" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="IsJobDefined">
- <soap:operation soapAction="http://sdc/2009/12/WebServices/1.0/AdminTasksWebService/IsJobDefined" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="ModifyWebConfig">
- <soap:operation soapAction="http://sdc/2009/12/WebServices/1.0/AdminTasksWebService/ModifyWebConfig" 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="AdminTasksWebServiceSoap12" type="tns:AdminTasksWebServiceSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="CreateJob">
- <soap12:operation soapAction="http://sdc/2009/12/WebServices/1.0/AdminTasksWebService/CreateJob" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DeleteJob">
- <soap12:operation soapAction="http://sdc/2009/12/WebServices/1.0/AdminTasksWebService/DeleteJob" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="IsJobDefined">
- <soap12:operation soapAction="http://sdc/2009/12/WebServices/1.0/AdminTasksWebService/IsJobDefined" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="ModifyWebConfig">
- <soap12:operation soapAction="http://sdc/2009/12/WebServices/1.0/AdminTasksWebService/ModifyWebConfig" 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="AdminTasksWebServiceHttpGet" type="tns:AdminTasksWebServiceHttpGet">
- <http:binding verb="GET" />
- <wsdl:operation name="DeleteJob">
- <http:operation location="/DeleteJob" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output />
- </wsdl:operation>
- <wsdl:operation name="IsJobDefined">
- <http:operation location="/IsJobDefined" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="ModifyWebConfig">
- <http:operation location="/ModifyWebConfig" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output />
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="AdminTasksWebServiceHttpPost" type="tns:AdminTasksWebServiceHttpPost">
- <http:binding verb="POST" />
- <wsdl:operation name="DeleteJob">
- <http:operation location="/DeleteJob" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output />
- </wsdl:operation>
- <wsdl:operation name="IsJobDefined">
- <http:operation location="/IsJobDefined" />
- <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="ModifyWebConfig">
- <http:operation location="/ModifyWebConfig" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output />
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="AdminTasksWebService">
- <wsdl:port name="AdminTasksWebServiceSoap" binding="tns:AdminTasksWebServiceSoap">
- <soap:address location="http://localhost/_layouts/AdminTasksWebService.asmx" />
- </wsdl:port>
- <wsdl:port name="AdminTasksWebServiceSoap12" binding="tns:AdminTasksWebServiceSoap12">
- <soap12:address location="http://localhost/_layouts/AdminTasksWebService.asmx" />
- </wsdl:port>
- <wsdl:port name="AdminTasksWebServiceHttpGet" binding="tns:AdminTasksWebServiceHttpGet">
- <http:address location="http://localhost/_layouts/AdminTasksWebService.asmx" />
- </wsdl:port>
- <wsdl:port name="AdminTasksWebServiceHttpPost" binding="tns:AdminTasksWebServiceHttpPost">
- <http:address location="http://localhost/_layouts/AdminTasksWebService.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>