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
|
<?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>
<!-- SEQ:1, Table:CMCTB_EMP_REF_MDG_IF, Field:GRPCD, M/O:M, Type:VARC, Size:255, Description:그룹코드 -->
<xsd:element name="GRPCD" type="xsd:string"/>
<!-- SEQ:2, Table:CMCTB_EMP_REF_MDG_IF, Field:CORPCD, M/O:M, Type:VARC, Size:255, Description:법인코드 -->
<xsd:element name="CORPCD" type="xsd:string"/>
<!-- SEQ:3, Table:CMCTB_EMP_REF_MDG_IF, Field:MAINCD, M/O:M, Type:VARC, Size:255, Description:메인코드 -->
<xsd:element name="MAINCD" type="xsd:string"/>
<!-- SEQ:4, Table:CMCTB_EMP_REF_MDG_IF, Field:VALIDFROMDT, M/O:, Type:VARC, Size:255, Description:시작유효일자 -->
<xsd:element name="VALIDFROMDT" type="xsd:string" minOccurs="0"/>
<!-- SEQ:5, Table:CMCTB_EMP_REF_MDG_IF, Field:VALIDTODT, M/O:, Type:VARC, Size:255, Description:종료유효일자 -->
<xsd:element name="VALIDTODT" type="xsd:string" minOccurs="0"/>
<!-- SEQ:6, Table:CMCTB_EMP_REF_MDG_IF, Field:ADTL_01, M/O:, Type:VARC, Size:255, Description:추가필드1 -->
<xsd:element name="ADTL_01" type="xsd:string" minOccurs="0"/>
<!-- SEQ:7, Table:CMCTB_EMP_REF_MDG_IF, Field:ADTL_02, M/O:, Type:VARC, Size:255, Description:추가필드2 -->
<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>
<!-- SEQ:8, Table:CMCTB_EMP_REF_MDG_IF/NAME, Field:SPRAS, M/O:M, Type:VARC, Size:255, Description:언어구분 -->
<xsd:element name="SPRAS" type="xsd:string"/>
<!-- SEQ:9, Table:CMCTB_EMP_REF_MDG_IF/NAME, Field:NAME, M/O:, Type:VARC, Size:255, Description:코드명 -->
<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>
|