diff options
| author | joonhoekim <26rote@gmail.com> | 2025-06-04 08:57:17 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-06-04 08:57:17 +0000 |
| commit | 3ed13c5a2709b4410a09df56f1165d0e7dbfc29e (patch) | |
| tree | 7342d666845755f0dacdfbc8b006c2b79fa02617 /public/wsdl/IF_MDZ_EVCP_DEPARTMENT_CODE.wsdl | |
| parent | 612abffa6d570ca919cddad75899259b33e28eba (diff) | |
(김준회) S-ERP WSDL MDG 건 추가
Diffstat (limited to 'public/wsdl/IF_MDZ_EVCP_DEPARTMENT_CODE.wsdl')
| -rw-r--r-- | public/wsdl/IF_MDZ_EVCP_DEPARTMENT_CODE.wsdl | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/public/wsdl/IF_MDZ_EVCP_DEPARTMENT_CODE.wsdl b/public/wsdl/IF_MDZ_EVCP_DEPARTMENT_CODE.wsdl new file mode 100644 index 00000000..c83d7711 --- /dev/null +++ b/public/wsdl/IF_MDZ_EVCP_DEPARTMENT_CODE.wsdl @@ -0,0 +1,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>
\ No newline at end of file |
