You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
5.6 KiB
93 lines
5.6 KiB
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<wsdl:definitions 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" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:tns="http://tempuri.org/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://tempuri.org/" name="S_ERPService">
|
|
<wsdl:types>
|
|
<xs:schema targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
<xs:element name="FireAlarm">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CELL_CODE" type="xs:string" nillable="true" minOccurs="0"/>
|
|
<xs:element name="Alarm_Type" type="xs:string" nillable="true" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="FireAlarmResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FireAlarmResult" type="xs:boolean" minOccurs="0"/>
|
|
<xs:element name="sResult" type="xs:string" nillable="true" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema>
|
|
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified">
|
|
<xs:element name="anyType" type="xs:anyType" nillable="true"/>
|
|
<xs:element name="anyURI" type="xs:anyURI" nillable="true"/>
|
|
<xs:element name="base64Binary" type="xs:base64Binary" nillable="true"/>
|
|
<xs:element name="boolean" type="xs:boolean" nillable="true"/>
|
|
<xs:element name="byte" type="xs:byte" nillable="true"/>
|
|
<xs:element name="dateTime" type="xs:dateTime" nillable="true"/>
|
|
<xs:element name="decimal" type="xs:decimal" nillable="true"/>
|
|
<xs:element name="double" type="xs:double" nillable="true"/>
|
|
<xs:element name="float" type="xs:float" nillable="true"/>
|
|
<xs:element name="int" type="xs:int" nillable="true"/>
|
|
<xs:element name="long" type="xs:long" nillable="true"/>
|
|
<xs:element name="QName" type="xs:QName" nillable="true"/>
|
|
<xs:element name="short" type="xs:short" nillable="true"/>
|
|
<xs:element name="string" type="xs:string" nillable="true"/>
|
|
<xs:element name="unsignedByte" type="xs:unsignedByte" nillable="true"/>
|
|
<xs:element name="unsignedInt" type="xs:unsignedInt" nillable="true"/>
|
|
<xs:element name="unsignedLong" type="xs:unsignedLong" nillable="true"/>
|
|
<xs:element name="unsignedShort" type="xs:unsignedShort" nillable="true"/>
|
|
<xs:element name="char" type="tns:char" nillable="true"/>
|
|
<xs:simpleType name="char">
|
|
<xs:restriction base="xs:int"/>
|
|
</xs:simpleType>
|
|
<xs:element name="duration" type="tns:duration" nillable="true"/>
|
|
<xs:simpleType name="duration">
|
|
<xs:restriction base="xs:duration">
|
|
<xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/>
|
|
<xs:minInclusive value="-P10675199DT2H48M5.4775808S"/>
|
|
<xs:maxInclusive value="P10675199DT2H48M5.4775807S"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:element name="guid" type="tns:guid" nillable="true"/>
|
|
<xs:simpleType name="guid">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:attribute name="FactoryType" type="xs:QName"/>
|
|
<xs:attribute name="Id" type="xs:ID"/>
|
|
<xs:attribute name="Ref" type="xs:IDREF"/>
|
|
</xs:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="I_ERPService_FireAlarm_InputMessage">
|
|
<wsdl:part name="parameters" element="tns:FireAlarm"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="I_ERPService_FireAlarm_OutputMessage">
|
|
<wsdl:part name="parameters" element="tns:FireAlarmResponse"/>
|
|
</wsdl:message>
|
|
<wsdl:portType name="I_ERPService">
|
|
<wsdl:operation name="FireAlarm">
|
|
<wsdl:input message="tns:I_ERPService_FireAlarm_InputMessage" wsaw:Action="http://tempuri.org/I_ERPService/FireAlarm"/>
|
|
<wsdl:output message="tns:I_ERPService_FireAlarm_OutputMessage" wsaw:Action="http://tempuri.org/I_ERPService/FireAlarmResponse"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="BasicHttpBinding_I_ERPService" type="tns:I_ERPService">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="FireAlarm">
|
|
<soap:operation style="document" soapAction="http://tempuri.org/I_ERPService/FireAlarm"/>
|
|
<wsdl:input>
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="S_ERPService">
|
|
<wsdl:port name="BasicHttpBinding_I_ERPService" binding="tns:BasicHttpBinding_I_ERPService">
|
|
<soap:address location="http://localhost:8001/Service/S_ERPService"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|