-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCXIf.wsdl
106 lines (96 loc) · 3.68 KB
/
CXIf.wsdl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="CXIf"
targetNamespace="http://www.avstgroup.com/CXIf"
xmlns:tns="http://www.avstgroup.com/CXIf"
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:nsm="http://www.avstgroup.com/CXIf"
xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
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="http://www.avstgroup.com/CXIf"
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:nsm="http://www.avstgroup.com/CXIf"
xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
attributeFormDefault="qualified">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<!-- fault element -->
<element name="CXFault">
<complexType>
<sequence>
<element name="Error" type="xsd:unsignedLong" minOccurs="1" maxOccurs="1"/>
<element name="Description" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
</sequence>
</complexType>
</element>
<complexType name="CXProcessXML">
<sequence>
<element name="XMLRequestData" minOccurs="0" maxOccurs="1" nillable="true"><complexType><sequence><any maxoccurs="1"/></sequence></complexType></element>
</sequence>
</complexType>
<!-- operation request element -->
<element name="CXProcessXML">
<complexType>
<sequence>
<element name="XMLRequestData" minOccurs="0" maxOccurs="1" nillable="true"><complexType><sequence><any maxoccurs="1"/></sequence></complexType></element>
</sequence>
</complexType>
</element>
<!-- operation response element -->
<element name="CXProcessXMLResponse">
<complexType>
<sequence>
<element name="XMLResponse" minOccurs="0" maxOccurs="1" nillable="true"><complexType><sequence><any maxoccurs="1"/></sequence></complexType></element>
</sequence>
</complexType>
</element>
</schema>
</types>
<message name="CXProcessXML">
<part name="parameters" element="nsm:CXProcessXML"/>
</message>
<message name="CXProcessXMLResponse">
<part name="parameters" element="nsm:CXProcessXMLResponse"/>
</message>
<message name="CXFaultFault">
<part name="fault" element="nsm:CXFault"/>
</message>
<portType name="CXIfPortType">
<operation name="CXProcessXML">
<documentation>Service definition of function nsm__CXProcessXML</documentation>
<input message="tns:CXProcessXML"/>
<output message="tns:CXProcessXMLResponse"/>
<fault name="CXFault" message="tns:CXFaultFault"/>
</operation>
</portType>
<binding name="CXIf" type="tns:CXIfPortType">
<SOAP:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="CXProcessXML">
<SOAP:operation soapAction=""/>
<input>
<SOAP:body parts="parameters" use="literal"/>
</input>
<output>
<SOAP:body parts="parameters" use="literal"/>
</output>
<fault name="CXFault">
<SOAP:fault name="CXFault" use="literal"/>
</fault>
</operation>
</binding>
<service name="CXIf">
<documentation>gSOAP 2.7.8c generated service definition</documentation>
<port name="CXIf" binding="tns:CXIf">
<SOAP:address location="http://10.118.204.75:18276"/>
</port>
</service>
</definitions>