blob: 792cc375fb2ed6606ce615bbe1c476cf940e9c54 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://60.101.108.100/api/IF_MDZ_EVCP_EMPLOYEE_REFERENCE_MASTER/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<xsd:schema targetNamespace="http://60.101.108.100/api/IF_MDZ_EVCP_EMPLOYEE_REFERENCE_MASTER/"
xmlns:p0="http://60.101.108.100/api/IF_MDZ_EVCP_EMPLOYEE_REFERENCE_MASTER/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="IF_MDZ_EVCP_EMPLOYEE_REFERENCE_MASTERReq" type="p0:IF_MDZ_EVCP_EMPLOYEE_REFERENCE_MASTERReq" nillable="true"/>
<xsd:complexType name="IF_MDZ_EVCP_EMPLOYEE_REFERENCE_MASTERReq">
<xsd:sequence>
<xsd:element name="CMCTB_EMP_REF_MDG_IF" type="p0:CMCTB_EMP_REF_MDG_IF" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CMCTB_EMP_REF_MDG_IF">
<xsd:sequence>
<xsd:element name="GRPCD" type="xsd:string"/>
<xsd:element name="CORPCD" type="xsd:string"/>
<xsd:element name="MAINCD" type="xsd:string"/>
<xsd:element name="VALIDFROMDT" type="xsd:string" minOccurs="0"/>
<xsd:element name="VALIDTODT" type="xsd:string" minOccurs="0"/>
<xsd:element name="ADTL_01" type="xsd:string" minOccurs="0"/>
<xsd:element name="ADTL_02" type="xsd:string" minOccurs="0"/>
<xsd:element name="NAME" type="p0:NAME" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="NAME">
<xsd:sequence>
<xsd:element name="SPRAS" type="xsd:string"/>
<xsd:element name="NAME" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</wsdl:types>
<wsdl:message name="process">
<wsdl:part name="IF_MDZ_EVCP_EMPLOYEE_REFERENCE_MASTERReq" element="p5:IF_MDZ_EVCP_EMPLOYEE_REFERENCE_MASTERReq"
xmlns:p5="http://60.101.108.100/api/IF_MDZ_EVCP_EMPLOYEE_REFERENCE_MASTER/"/>
</wsdl:message>
<wsdl:message name="processResponse"/>
</wsdl:definitions>
|