blob: c83d7711d521cb05213ddadd3a2600bd2af1177c (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://60.101.108.100/api/IF_MDZ_EVCP_DEPARTMENT_CODE/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<xsd:schema targetNamespace="http://60.101.108.100/api/IF_MDZ_EVCP_DEPARTMENT_CODE/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:p0="http://60.101.108.100/api/IF_MDZ_EVCP_DEPARTMENT_CODE/">
<xsd:element name="IF_MDZ_EVCP_DEPARTMENT_CODEReq" type="p0:IF_MDZ_EVCP_DEPARTMENT_CODEReq" nillable="true"/>
<xsd:complexType name="IF_MDZ_EVCP_DEPARTMENT_CODEReq">
<xsd:sequence>
<xsd:element name="CMCTB_DEPT_MDG" type="p0:CMCTB_DEPT_MDG" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CMCTB_DEPT_MDG">
<xsd:sequence>
<xsd:element name="DEPTCD" type="xsd:string"/>
<xsd:element name="CORPCD" type="xsd:string"/>
<xsd:element name="COMPCD" type="xsd:string" minOccurs="0"/>
<xsd:element name="PDEPTCD" type="xsd:string" minOccurs="0"/>
<xsd:element name="CCCD" type="xsd:string" minOccurs="0"/>
<xsd:element name="PCCD" type="xsd:string" minOccurs="0"/>
<xsd:element name="BICD" type="xsd:string" minOccurs="0"/>
<xsd:element name="WERKS" type="xsd:string" minOccurs="0"/>
<xsd:element name="BIZAREA" type="xsd:string" minOccurs="0"/>
<xsd:element name="GNCD" type="xsd:string" minOccurs="0"/>
<xsd:element name="DHEMPID" type="xsd:string" minOccurs="0"/>
<xsd:element name="VALIDFROMDT" type="xsd:string" minOccurs="0"/>
<xsd:element name="VALIDTODT" type="xsd:string" minOccurs="0"/>
<xsd:element name="DEPTLVL" type="xsd:string" minOccurs="0"/>
<xsd:element name="DEPTPOSNO" type="xsd:string" minOccurs="0"/>
<xsd:element name="DEPTNM" type="p0:DEPTNM" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="COMPNM" type="p0:COMPNM" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="CORPNM" type="p0:CORPNM" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DEPTNM">
<xsd:sequence>
<xsd:element name="SPRAS" type="xsd:string"/>
<xsd:element name="DEPTNM" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="COMPNM">
<xsd:sequence>
<xsd:element name="SPRAS" type="xsd:string"/>
<xsd:element name="COMPNM" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CORPNM">
<xsd:sequence>
<xsd:element name="SPRAS" type="xsd:string"/>
<xsd:element name="CORPNM" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</wsdl:types>
<wsdl:message name="process">
<wsdl:part name="IF_MDZ_EVCP_DEPARTMENT_CODEReq" element="p4:IF_MDZ_EVCP_DEPARTMENT_CODEReq"
xmlns:p4="http://60.101.108.100/api/IF_MDZ_EVCP_DEPARTMENT_CODE/"/>
</wsdl:message>
<wsdl:message name="processResponse"/>
</wsdl:definitions>
|