| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:tns="http://tempuri.org/" xmlns:http="http://schemas.microsoft.com/ws/06/2004/policy/http" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" name="ISmartExerciseWebService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <xsd:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
- <xsd:import namespace="http://schemas.datacontract.org/2004/07/System" />
- <xsd:element name="QueryAction">
- <xsd:complexType />
- </xsd:element>
- <xsd:element name="QueryActionResponse">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="0" maxOccurs="1" name="QueryActionResult" type="tns:AjaxResultWs" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="CompleteAction">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="0" maxOccurs="1" name="id" type="xsd:string" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="CompleteActionResponse">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="0" maxOccurs="1" name="CompleteActionResult" type="tns:AjaxResultWs" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:complexType name="AjaxResultWs">
- <xsd:sequence>
- <xsd:element minOccurs="1" maxOccurs="1" name="Success" type="xsd:boolean" />
- <xsd:element minOccurs="0" maxOccurs="1" name="Message" type="xsd:string" />
- <xsd:element minOccurs="0" maxOccurs="1" name="Id" type="xsd:string" />
- <xsd:element minOccurs="0" maxOccurs="1" name="Name" type="xsd:string" />
- <xsd:element minOccurs="1" maxOccurs="1" name="IsComplete" type="xsd:boolean" />
- <xsd:element minOccurs="1" maxOccurs="1" name="TotalCount" type="xsd:int" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:schema>
- </wsdl:types>
- <wsdl:message name="ISmartExerciseWebService_QueryAction_InputMessage">
- <wsdl:part name="parameters" element="tns:QueryAction" />
- </wsdl:message>
- <wsdl:message name="ISmartExerciseWebService_QueryAction_OutputMessage">
- <wsdl:part name="parameters" element="tns:QueryActionResponse" />
- </wsdl:message>
- <wsdl:message name="ISmartExerciseWebService_CompleteAction_InputMessage">
- <wsdl:part name="parameters" element="tns:CompleteAction" />
- </wsdl:message>
- <wsdl:message name="ISmartExerciseWebService_CompleteAction_OutputMessage">
- <wsdl:part name="parameters" element="tns:CompleteActionResponse" />
- </wsdl:message>
- <wsdl:portType name="ISmartExerciseWebService">
- <wsdl:operation name="QueryAction">
- <wsdl:input message="tns:ISmartExerciseWebService_QueryAction_InputMessage" />
- <wsdl:output message="tns:ISmartExerciseWebService_QueryAction_OutputMessage" />
- </wsdl:operation>
- <wsdl:operation name="CompleteAction">
- <wsdl:input message="tns:ISmartExerciseWebService_CompleteAction_InputMessage" />
- <wsdl:output message="tns:ISmartExerciseWebService_CompleteAction_OutputMessage" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding style="document" name="BasicHttpBinding" type="tns:ISmartExerciseWebService">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="QueryAction">
- <soap:operation soapAction="http://tempuri.org/ISmartExerciseWebService/QueryAction" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CompleteAction">
- <soap:operation soapAction="http://tempuri.org/ISmartExerciseWebService/CompleteAction" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="ISmartExerciseWebService">
- <wsdl:port name="BasicHttpBinding" binding="tns:BasicHttpBinding">
- <soap:address location="http://shvber.com:5032/WebService.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|