diff options
| author | joonhoekim <26rote@gmail.com> | 2025-08-25 07:18:26 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-08-25 07:18:26 +0000 |
| commit | 4a10344c046a8746744c311804f46bd60c0d8bd8 (patch) | |
| tree | 06c46c0e7c61c057b1308d68efd79e1d58513113 /public/wsdl | |
| parent | 4249d57849ee4e9a39fce41a7dd434e7ca0b35e9 (diff) | |
(김준회) ECC 인터페이스 관련 작업사항
Diffstat (limited to 'public/wsdl')
| -rw-r--r-- | public/wsdl/IF_EVCP_ECC_CANCEL_RFQ.csv | 4 | ||||
| -rw-r--r-- | public/wsdl/IF_EVCP_ECC_CANCEL_RFQ.wsdl | 102 | ||||
| -rw-r--r-- | public/wsdl/IF_EVCP_ECC_CREATE_PO.csv | 39 | ||||
| -rw-r--r-- | public/wsdl/IF_EVCP_ECC_PCR_CONFIRM.csv | 21 | ||||
| -rw-r--r-- | public/wsdl/IF_EVCP_ECC_PCR_CONFIRM.wsdl | 182 | ||||
| -rw-r--r-- | public/wsdl/IF_EVCP_ECC_RFQ_INFORMATION.csv | 19 | ||||
| -rw-r--r-- | public/wsdl/IF_EVCP_ECC_RFQ_INFORMATION.wsdl | 364 | ||||
| -rw-r--r-- | public/wsdl/IF_EVCP_MDZ_VENDOR_MASTER.wsdl | 286 |
8 files changed, 850 insertions, 167 deletions
diff --git a/public/wsdl/IF_EVCP_ECC_CANCEL_RFQ.csv b/public/wsdl/IF_EVCP_ECC_CANCEL_RFQ.csv new file mode 100644 index 00000000..6efba743 --- /dev/null +++ b/public/wsdl/IF_EVCP_ECC_CANCEL_RFQ.csv @@ -0,0 +1,4 @@ +SEQ,Table,Field,M/O,Type,Size,Description +1,,ANFNR,M,CHAR,10,RFQ Number +2,,EV_TYPE,,CHAR,1, 수신측 응답으로, 보낼 내용이 아님 +3,,EV_MESSAGE,,CHAR,100, 수신측 응답으로, 보낼 내용이 아님 diff --git a/public/wsdl/IF_EVCP_ECC_CANCEL_RFQ.wsdl b/public/wsdl/IF_EVCP_ECC_CANCEL_RFQ.wsdl new file mode 100644 index 00000000..15ddd667 --- /dev/null +++ b/public/wsdl/IF_EVCP_ECC_CANCEL_RFQ.wsdl @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- P2MM3016_SO --> +<wsdl:definitions name="P2MM3016_SO" targetNamespace="http://shi.samsung.co.kr/P2_MM/MMM" + xmlns:p1="http://shi.samsung.co.kr/P2_MM/MMM" + xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" + xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> + <wsdl:documentation /> + <wsp:UsingPolicy wsdl:required="true" /> + <wsp:Policy wsu:Id="OP_P2MM3016_SO" /> + <wsdl:types> + <xsd:schema targetNamespace="http://shi.samsung.co.kr/P2_MM/MMM" + xmlns="http://shi.samsung.co.kr/P2_MM/MMM" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <xsd:element name="MT_P2MM3016_S" type="P2MM3016_S" /> + <xsd:element name="MT_P2MM3016_S_response" type="P2MM3016_S_response" /> + <xsd:complexType name="P2MM3016_S_response"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/VersionID"> + e725311966ae11f0bd2b0000007e145f</xsd:appinfo> + </xsd:annotation> + <xsd:sequence> + <xsd:element name="EV_TYPE" type="xsd:string" minOccurs="0"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + e6b9b40466ae11f0c54e32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="EV_MESSAGE" type="xsd:string" minOccurs="0"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + e6b9b40566ae11f08eff32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + <xsd:complexType name="P2MM3016_S"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/VersionID"> + df7cdb8c66ae11f0ad720000007e145f</xsd:appinfo> + </xsd:annotation> + <xsd:sequence> + <xsd:element name="T_ANFNR" minOccurs="0" maxOccurs="unbounded"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + df0a333c66ae11f0befa32a76e607ae9</xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="ANFNR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + df0a333b66ae11f0861b32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + </xsd:schema> + </wsdl:types> + <wsdl:message name="MT_P2MM3016_S"> + <wsdl:documentation /> + <wsdl:part name="MT_P2MM3016_S" element="p1:MT_P2MM3016_S" /> + </wsdl:message> + <wsdl:message name="MT_P2MM3016_S_response"> + <wsdl:documentation /> + <wsdl:part name="MT_P2MM3016_S_response" element="p1:MT_P2MM3016_S_response" /> + </wsdl:message> + <wsdl:portType name="P2MM3016_SO"> + <wsdl:documentation /> + <wsdl:operation name="P2MM3016_SO"> + <wsdl:documentation /> + <wsp:Policy> + <wsp:PolicyReference URI="#OP_P2MM3016_SO" /> + </wsp:Policy> + <wsdl:input message="p1:MT_P2MM3016_S" /> + <wsdl:output message="p1:MT_P2MM3016_S_response" /> + </wsdl:operation> + </wsdl:portType> + <wsdl:binding name="P2MM3016_SOBinding" type="p1:P2MM3016_SO"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + <wsdl:operation name="P2MM3016_SO"> + <soap:operation soapAction="http://sap.com/xi/WebService/soap1.1" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + <wsdl:input> + <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + </wsdl:output> + </wsdl:operation> + </wsdl:binding> + <wsdl:service name="P2MM3016_SOService"> + <wsdl:port name="P2MM3016_SOPort" binding="p1:P2MM3016_SOBinding"> + <soap:address + location="http://shii8dvddb01.hec.serp.shi.samsung.net:50000/sap/xi/engine?type=entry&version=3.0&Sender.Service=P2038_D&Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MM%2FMMM%5EP2MM3016_SO" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + </wsdl:port> + </wsdl:service> +</wsdl:definitions>
\ No newline at end of file diff --git a/public/wsdl/IF_EVCP_ECC_CREATE_PO.csv b/public/wsdl/IF_EVCP_ECC_CREATE_PO.csv new file mode 100644 index 00000000..f4188d5c --- /dev/null +++ b/public/wsdl/IF_EVCP_ECC_CREATE_PO.csv @@ -0,0 +1,39 @@ +SEQ,Table,Field,M/O,Type,Size,Description +1,T_Bidding_HEADER,ANFNR,M,CHAR,10,Bidding Number +2,T_Bidding_HEADER,LIFNR,M,CHAR,10,Vendor Account Number +3,T_Bidding_HEADER,ZPROC_IND,M,CHAR,1,Purchasing Processing State +4,T_Bidding_HEADER,ANGNR,,CHAR,10,Bidding Number +5,T_Bidding_HEADER,WAERS,M,CUKY,5,Currency Key +6,T_Bidding_HEADER,ZTERM,M,CHAR,4,Terms of Payment Key +7,T_Bidding_HEADER,INCO1,M,CHAR,3,Incoterms (Part 1) +8,T_Bidding_HEADER,INCO2,M,CHAR,28,Incoterms (Part 2) +9,T_Bidding_HEADER,VSTEL,,CHAR,3,Shipping Point +10,T_Bidding_HEADER,LSTEL,,CHAR,3,loading Point +11,T_Bidding_HEADER,MWSKZ,M,CHAR,2,Tax on sales/purchases code +12,T_Bidding_HEADER,LANDS,M,CHAR,3,Country for Tax +13,T_Bidding_HEADER,ZRCV_DT,M,DATS,8,Bidding Receive Date +14,T_Bidding_HEADER,ZATTEN_IND,M,CHAR,1,Attendance Indicator +15,T_Bidding_HEADER,IHRAN,M,DATS,8,Bidding Submission Date +16,T_Bidding_HEADER,TEXT,,CHAR,,PO Header note +17,T_Bidding_HEADER,ZDLV_CNTLR,,CHAR,3,Delivery Controller +18,T_Bidding_HEADER,ZDLV_PRICE_T,,CHAR,1,"납품대금연동제대상여부(Y:대상, N:미대상, 공백:미해당)" +19,T_Bidding_HEADER,ZDLV_PRICE_NOTE,,CHAR,,연동제 노트 (Long Text) +20,T_Bidding_ITEM,ANFNR,M,CHAR,10,Bidding Number +21,T_Bidding_ITEM,ANFPS,M,NUMC,5,Item Number of Bidding +22,T_Bidding_ITEM,LIFNR,M,CHAR,10,Vendor Account Number +23,T_Bidding_ITEM,NETPR,M,CURR,"17,2",Net Price +24,T_Bidding_ITEM,PEINH,M,DEC,5,Price Unit +25,T_Bidding_ITEM,BPRME,M,UNIT,3,Order Unit of Measure +26,T_Bidding_ITEM,NETWR,M,CURR,"17,2",Net Order Value +27,T_Bidding_ITEM,BRTWR,M,CURR,"17,2",Gross Order Value +28,T_Bidding_ITEM,LFDAT,M,DATS,8,Item Delivery Date +29,T_Bidding_ITEM,ZCON_NO_PO,,CHAR,15,PR Consolidation Number +30,T_Bidding_ITEM,EBELP,,NUMC,5,Series PO Item Seq +31,T_PR_RETURN,ANFNR,M,CHAR,10,PR Request Number +32,T_PR_RETURN,ANFPS,M,NUMC,5,Item Number of PR Request +33,T_PR_RETURN,EBELN,M,CHAR,10,Purchase Requisition Number +34,T_PR_RETURN,EBELP,M,NUMC,5,Item Number of Purchase Requisition +35,T_PR_RETURN,MSGTY,M,CHAR,1,Message Type +36,T_PR_RETURN,MSGTXT,,CHAR,100,Message Text +37,,EV_ERDAT,,DATS,8,Extract Date +38,,EV_ERZET,,TIMS,6,Extract Time diff --git a/public/wsdl/IF_EVCP_ECC_PCR_CONFIRM.csv b/public/wsdl/IF_EVCP_ECC_PCR_CONFIRM.csv new file mode 100644 index 00000000..ab5345ad --- /dev/null +++ b/public/wsdl/IF_EVCP_ECC_PCR_CONFIRM.csv @@ -0,0 +1,21 @@ +SEQ,Table,Field,M/O,Type,Size,Description +1,,PCR_REQ,M,CHAR,10,PCR 요청번호 +2,,PCR_REQ_SEQ,M,NUMC,5,PCR 요청순번 +3,,PCR_DEC_DATE,M,DATS,8,PCR 결정일 +4,,EBELN,M,CHAR,10,구매오더 +5,,EBELP,M,NUMC,5,구매오더 품번 +6,,WAERS,,CUKY,5,PCR 통화 +7,,PCR_NETPR,,CURR,"13,2",PCR 단가 +8,,PEINH,,DEC,5,"Price Unit, 수량에 대한 PER 당 단가" +9,,PCR_NETWR,,CURR,"13,2",PCR 금액 +10,,PCR_STATUS,M,CHAR,1,PCR 상태 +11,,REJ_CD,,CHAR,10,Reject 코드 +12,,REJ_RSN,,CHAR,50,Reject 사유 +13,,CONFIRM_CD,,CHAR,10,Confirm 코드 +14,,CONFIRM_RSN,,CHAR,50,Confirm 사유 +15,,PCR_REQ,M,CHAR,10,PCR 요청번호 +16,,PCR_REQ_SEQ,M,NUMC,5,PCR 요청순번 +17,,EBELN,M,CHAR,10,구매오더 +18,,EBELP,M,NUMC,5,구매오더 품번 +19,,MSGTY,,CHAR,1,Message Type +20,,MSGTXT,,CHAR,100,Message Text diff --git a/public/wsdl/IF_EVCP_ECC_PCR_CONFIRM.wsdl b/public/wsdl/IF_EVCP_ECC_PCR_CONFIRM.wsdl index 1dc9a9b9..e97f8139 100644 --- a/public/wsdl/IF_EVCP_ECC_PCR_CONFIRM.wsdl +++ b/public/wsdl/IF_EVCP_ECC_PCR_CONFIRM.wsdl @@ -1 +1,181 @@ -<!-- 송신 WSDL 이므로, SAP XI에서 WSDL 생성해서 받을 예정 -->
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<!-- P2MM3019_SO --> +<wsdl:definitions name="P2MM3019_SO" targetNamespace="http://shi.samsung.co.kr/P2_MM/MMM" xmlns:p1="http://shi.samsung.co.kr/P2_MM/MMM" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> + <wsdl:binding name="P2MM3019_SOBinding" type="p1:P2MM3019_SO"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + <wsdl:operation name="P2MM3019_SO"> + <soap:operation soapAction="http://sap.com/xi/WebService/soap1.1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + <wsdl:input> + <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + </wsdl:output> + </wsdl:operation> + </wsdl:binding> + <wsdl:documentation/> + <wsdl:message name="MT_P2MM3019_S_response"> + <wsdl:documentation/> + <wsdl:part element="p1:MT_P2MM3019_S_response" name="MT_P2MM3019_S_response"/> + </wsdl:message> + <wsdl:message name="MT_P2MM3019_S"> + <wsdl:documentation/> + <wsdl:part element="p1:MT_P2MM3019_S" name="MT_P2MM3019_S"/> + </wsdl:message> + <wsdl:portType name="P2MM3019_SO"> + <wsdl:documentation/> + <wsdl:operation name="P2MM3019_SO"> + <wsdl:documentation/> + <wsdl:input message="p1:MT_P2MM3019_S"/> + <wsdl:output message="p1:MT_P2MM3019_S_response"/> + <wsp:Policy> + <wsp:PolicyReference URI="#OP_P2MM3019_SO"/> + </wsp:Policy> + </wsdl:operation> + </wsdl:portType> + <wsdl:service name="P2MM3019_SOService"> + <wsdl:port binding="p1:P2MM3019_SOBinding" name="P2MM3019_SOPort"> + <soap:address location="http://shii8dvddb01.hec.serp.shi.samsung.net:50000/sap/xi/engine?type=entry&version=3.0&Sender.Service=P2038_D&Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MM%2FMMM%5EP2MM3019_SO" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + </wsdl:port> + </wsdl:service> + <wsdl:types> + <xsd:schema targetNamespace="http://shi.samsung.co.kr/P2_MM/MMM" xmlns="http://shi.samsung.co.kr/P2_MM/MMM" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <xsd:complexType name="P2MM3019_S_response"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/VersionID">24adad88741611f090090000007e145e</xsd:appinfo> + </xsd:annotation> + <xsd:sequence> + <xsd:element maxOccurs="unbounded" minOccurs="0" name="ZMM_RT"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">23eb7435741611f086d132a76e607ae9</xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:sequence> + <xsd:element minOccurs="0" name="MSGTXT" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">23eb7434741611f0ceae32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="MSGTY" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">23eb7433741611f0bff932a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="EBELN" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">23eb7431741611f0be2432a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="EBELP" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">23eb7432741611f08cc532a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="PCR_REQ_SEQ" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">23eb7430741611f0862532a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="PCR_REQ" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">23eb742f741611f0c2ae32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + <xsd:complexType name="P2MM3019_S"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/VersionID">1bc86c08741611f0cc780000007e145e</xsd:appinfo> + </xsd:annotation> + <xsd:sequence> + <xsd:element maxOccurs="unbounded" minOccurs="0" name="ZMM_PCR"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4e2e741611f0881f32a76e607ae9</xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:sequence> + <xsd:element minOccurs="0" name="CONFIRM_CD" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4e2c741611f0b9be32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="CONFIRM_RSN" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4e2d741611f0b8fc32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="PCR_NETPR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4453741611f0893232a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="PCR_NETWR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4455741611f0a4ce32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="PEINH" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4454741611f0bff832a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="REJ_CD" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4457741611f0b19a32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="REJ_RSN" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4e2b741611f0badf32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="WAERS" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4452741611f09f4132a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="EBELN" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4450741611f0c02b32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="EBELP" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4451741611f0b1f832a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="PCR_DEC_DATE" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e444f741611f0ab5632a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="PCR_REQ_SEQ" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e444e741611f0989932a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="PCR_REQ" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9df75f741611f0bed332a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="PCR_STATUS" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">1a9e4456741611f090e332a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + <xsd:element name="MT_P2MM3019_S_response" type="P2MM3019_S_response"/> + <xsd:element name="MT_P2MM3019_S" type="P2MM3019_S"/> + </xsd:schema> + </wsdl:types> + <wsp:Policy wsu:Id="OP_P2MM3019_SO"/> + <wsp:UsingPolicy wsdl:required="true"/> +</wsdl:definitions>
\ No newline at end of file diff --git a/public/wsdl/IF_EVCP_ECC_RFQ_INFORMATION.csv b/public/wsdl/IF_EVCP_ECC_RFQ_INFORMATION.csv new file mode 100644 index 00000000..959e1913 --- /dev/null +++ b/public/wsdl/IF_EVCP_ECC_RFQ_INFORMATION.csv @@ -0,0 +1,19 @@ +SEQ,Table,Field,M/O,Type,Size,Description +1,T_RFQ_HEADER,ANFNR,M,CHAR,10,RFQ Number +2,T_RFQ_HEADER,LIFNR,M,CHAR,10,Vendor's account number +3,T_RFQ_HEADER,WAERS,M,CUKY,5,Currency Key +4,T_RFQ_HEADER,ZTERM,M,CHAR,4,Terms of Payment Key +5,T_RFQ_HEADER,INCO1,M,CHAR,3,Incoterms (Part 1) +6,T_RFQ_HEADER,INCO2,M,CHAR,28,Incoterms (Part 2) +7,T_RFQ_HEADER,VSTEL,,CHAR,3,Place of Shipping +8,T_RFQ_HEADER,LSTEL,,CHAR,3,Place of Destination +9,T_RFQ_HEADER,MWSKZ,M,CHAR,2,Tax on Sales/Purchases Code +10,T_RFQ_HEADER,LANDS,M,CHAR,3,Country for Tax Return +11,T_RFQ_ITEM,ANFNR,M,CHAR,10,RFQ Number +12,T_RFQ_ITEM,ANFPS,M,NUMC,"5,0",Item Number of RFQ +13,T_RFQ_ITEM,NETPR,M,CURR,"11,2",Net Price in Purchasing Document (in Document Currency) +14,T_RFQ_ITEM,NETWR,M,CURR,"13,2",Net Order Value in PO Currency +15,T_RFQ_ITEM,BRTWR,M,CURR,"13,2",Gross order value in PO currency +16,T_RFQ_ITEM,LFDAT,,DATS,8,Item delivery date +17,,EV_TYPE,,CHAR,1,수신측 응답으로 보낼 내용이 아님 +18,,EV_MESSAGE,,CHAR,100,수신측 응답으로 보낼 내용이 아님 diff --git a/public/wsdl/IF_EVCP_ECC_RFQ_INFORMATION.wsdl b/public/wsdl/IF_EVCP_ECC_RFQ_INFORMATION.wsdl index 5ca7260a..36237953 100644 --- a/public/wsdl/IF_EVCP_ECC_RFQ_INFORMATION.wsdl +++ b/public/wsdl/IF_EVCP_ECC_RFQ_INFORMATION.wsdl @@ -1,170 +1,202 @@ <?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions name="P2MM3014_SO" targetNamespace="http://shi.samsung.co.kr/P2_MM/MMM" xmlns:p1="http://shi.samsung.co.kr/P2_MM/MMM" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> - <wsdl:binding name="P2MM3014_SOBinding" type="p1:P2MM3014_SO"> - <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> - <wsdl:operation name="P2MM3014_SO"> - <soap:operation soapAction="http://sap.com/xi/WebService/soap1.1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> - <wsdl:input> - <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:documentation/> - <wsdl:message name="MT_P2MM3014_S_response"> - <wsdl:documentation/> - <wsdl:part element="p1:MT_P2MM3014_S_response" name="MT_P2MM3014_S_response"/> - </wsdl:message> - <wsdl:message name="MT_P2MM3014_S"> - <wsdl:documentation/> - <wsdl:part element="p1:MT_P2MM3014_S" name="MT_P2MM3014_S"/> - </wsdl:message> - <wsdl:portType name="P2MM3014_SO"> - <wsdl:documentation/> - <wsdl:operation name="P2MM3014_SO"> - <wsdl:documentation/> - <wsdl:input message="p1:MT_P2MM3014_S"/> - <wsdl:output message="p1:MT_P2MM3014_S_response"/> - <wsp:Policy> - <wsp:PolicyReference URI="#OP_P2MM3014_SO"/> - </wsp:Policy> - </wsdl:operation> - </wsdl:portType> - <wsdl:service name="P2MM3014_SOService"> - <wsdl:port binding="p1:P2MM3014_SOBinding" name="P2MM3014_SOPort"> - <soap:address location="http://shii8dvddb01.hec.serp.shi.samsung.net:50000/sap/xi/engine?type=entry&version=3.0&Sender.Service=P2038_D&Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MM%2FMMM%5EP2MM3014_SO" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> - </wsdl:port> - </wsdl:service> - <wsdl:types> - <xsd:schema targetNamespace="http://shi.samsung.co.kr/P2_MM/MMM" xmlns="http://shi.samsung.co.kr/P2_MM/MMM" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <xsd:complexType name="P2MM3014_S_response"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/VersionID">e4f1434162c411f09f5e0000007e145f</xsd:appinfo> - </xsd:annotation> - <xsd:sequence> - <xsd:element minOccurs="0" name="EV_MESSAGE" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">e42a046362c411f0b76b32a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element minOccurs="0" name="EV_TYPE" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">e42a046262c411f0a85b32a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - </xsd:sequence> - </xsd:complexType> - <xsd:complexType name="P2MM3014_S"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/VersionID">dd6cc8d562c411f095860000007e145f</xsd:appinfo> - </xsd:annotation> - <xsd:sequence> - <xsd:element maxOccurs="unbounded" minOccurs="0" name="T_RFQ_HEADER"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04ef5c62c411f0c9d732a76e607ae9</xsd:appinfo> - </xsd:annotation> - <xsd:complexType> - <xsd:sequence> - <xsd:element minOccurs="0" name="LSTEL" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04b7b962c411f08fc732a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element minOccurs="0" name="VSTEL" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04b7b862c411f0a76d32a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="ANFNR" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04b7b262c411f0ad7e32a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="INCO1" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04b7b662c411f0be5532a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="INCO2" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04b7b762c411f0cee832a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="LANDS" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04ef5b62c411f0bb9932a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="LIFNR" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04b7b362c411f0819a32a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="MWSKZ" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04b7ba62c411f0a39a32a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="WAERS" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04b7b462c411f0c38132a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="ZTERM" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04b7b562c411f09f0732a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - </xsd:sequence> +<!-- P2MM3014_SO --> +<wsdl:definitions name="P2MM3014_SO" targetNamespace="http://shi.samsung.co.kr/P2_MM/MMM" + xmlns:p1="http://shi.samsung.co.kr/P2_MM/MMM" + xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" + xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> + <wsdl:documentation /> + <wsp:UsingPolicy wsdl:required="true" /> + <wsp:Policy wsu:Id="OP_P2MM3014_SO" /> + <wsdl:types> + <xsd:schema targetNamespace="http://shi.samsung.co.kr/P2_MM/MMM" + xmlns="http://shi.samsung.co.kr/P2_MM/MMM" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <xsd:element name="MT_P2MM3014_S_response" type="P2MM3014_S_response" /> + <xsd:element name="MT_P2MM3014_S" type="P2MM3014_S" /> + <xsd:complexType name="P2MM3014_S_response"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/VersionID"> + e4f1434162c411f09f5e0000007e145f</xsd:appinfo> + </xsd:annotation> + <xsd:sequence> + <xsd:element name="EV_TYPE" type="xsd:string" minOccurs="0"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + e42a046262c411f0a85b32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="EV_MESSAGE" type="xsd:string" minOccurs="0"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + e42a046362c411f0b76b32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + </xsd:sequence> </xsd:complexType> - </xsd:element> - <xsd:element maxOccurs="unbounded" minOccurs="0" name="T_RFQ_ITEM"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04ef6362c411f096e532a76e607ae9</xsd:appinfo> - </xsd:annotation> - <xsd:complexType> - <xsd:sequence> - <xsd:element minOccurs="0" name="LFDAT" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04ef6262c411f0c08232a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="ANFNR" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04ef5d62c411f0c01432a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="ANFPS" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04ef5e62c411f0cb4532a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="BRTWR" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04ef6162c411f094b532a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="NETPR" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04ef5f62c411f0bdca32a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - <xsd:element name="NETWR" type="xsd:string"> - <xsd:annotation> - <xsd:appinfo source="http://sap.com/xi/TextID">dd04ef6062c411f0ae2032a76e607ae9</xsd:appinfo> - </xsd:annotation> - </xsd:element> - </xsd:sequence> + <xsd:complexType name="P2MM3014_S"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/VersionID"> + dd6cc8d562c411f095860000007e145f</xsd:appinfo> + </xsd:annotation> + <xsd:sequence> + <xsd:element name="T_RFQ_HEADER" minOccurs="0" maxOccurs="unbounded"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04ef5c62c411f0c9d732a76e607ae9</xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="ANFNR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04b7b262c411f0ad7e32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="LIFNR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04b7b362c411f0819a32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="WAERS" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04b7b462c411f0c38132a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="ZTERM" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04b7b562c411f09f0732a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="INCO1" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04b7b662c411f0be5532a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="INCO2" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04b7b762c411f0cee832a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="VSTEL" type="xsd:string" minOccurs="0"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04b7b862c411f0a76d32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="LSTEL" type="xsd:string" minOccurs="0"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04b7b962c411f08fc732a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="MWSKZ" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04b7ba62c411f0a39a32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="LANDS" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04ef5b62c411f0bb9932a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + <xsd:element name="T_RFQ_ITEM" minOccurs="0" maxOccurs="unbounded"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04ef6362c411f096e532a76e607ae9</xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="ANFNR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04ef5d62c411f0c01432a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="ANFPS" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04ef5e62c411f0cb4532a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="NETPR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04ef5f62c411f0bdca32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="NETWR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04ef6062c411f0ae2032a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="BRTWR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04ef6162c411f094b532a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="LFDAT" type="xsd:string" minOccurs="0"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID"> + dd04ef6262c411f0c08232a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + </xsd:sequence> </xsd:complexType> - </xsd:element> - </xsd:sequence> - </xsd:complexType> - <xsd:element name="MT_P2MM3014_S_response" type="P2MM3014_S_response"/> - <xsd:element name="MT_P2MM3014_S" type="P2MM3014_S"/> - </xsd:schema> - </wsdl:types> - <wsp:Policy wsu:Id="OP_P2MM3014_SO"/> - <wsp:UsingPolicy wsdl:required="true"/> + </xsd:schema> + </wsdl:types> + <wsdl:message name="MT_P2MM3014_S"> + <wsdl:documentation /> + <wsdl:part name="MT_P2MM3014_S" element="p1:MT_P2MM3014_S" /> + </wsdl:message> + <wsdl:message name="MT_P2MM3014_S_response"> + <wsdl:documentation /> + <wsdl:part name="MT_P2MM3014_S_response" element="p1:MT_P2MM3014_S_response" /> + </wsdl:message> + <wsdl:portType name="P2MM3014_SO"> + <wsdl:documentation /> + <wsdl:operation name="P2MM3014_SO"> + <wsdl:documentation /> + <wsp:Policy> + <wsp:PolicyReference URI="#OP_P2MM3014_SO" /> + </wsp:Policy> + <wsdl:input message="p1:MT_P2MM3014_S" /> + <wsdl:output message="p1:MT_P2MM3014_S_response" /> + </wsdl:operation> + </wsdl:portType> + <wsdl:binding name="P2MM3014_SOBinding" type="p1:P2MM3014_SO"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + <wsdl:operation name="P2MM3014_SO"> + <soap:operation soapAction="http://sap.com/xi/WebService/soap1.1" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + <wsdl:input> + <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + </wsdl:output> + </wsdl:operation> + </wsdl:binding> + <wsdl:service name="P2MM3014_SOService"> + <wsdl:port name="P2MM3014_SOPort" binding="p1:P2MM3014_SOBinding"> + <soap:address + location="http://shii8dvddb01.hec.serp.shi.samsung.net:50000/sap/xi/engine?type=entry&version=3.0&Sender.Service=P2038_D&Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MM%2FMMM%5EP2MM3014_SO" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" /> + </wsdl:port> + </wsdl:service> </wsdl:definitions>
\ No newline at end of file diff --git a/public/wsdl/IF_EVCP_MDZ_VENDOR_MASTER.wsdl b/public/wsdl/IF_EVCP_MDZ_VENDOR_MASTER.wsdl new file mode 100644 index 00000000..5c5d75f0 --- /dev/null +++ b/public/wsdl/IF_EVCP_MDZ_VENDOR_MASTER.wsdl @@ -0,0 +1,286 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- P2MD3007_AO --> +<wsdl:definitions name="P2MD3007_AO" targetNamespace="http://shi.samsung.co.kr/P2_MD/MDZ" xmlns:p1="http://shi.samsung.co.kr/P2_MD/MDZ" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> + <wsdl:binding name="P2MD3007_AOBinding" type="p1:P2MD3007_AO"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + <wsdl:operation name="P2MD3007_AO"> + <soap:operation soapAction="http://sap.com/xi/WebService/soap1.1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + <wsdl:input> + <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + </wsdl:input> + </wsdl:operation> + </wsdl:binding> + <wsdl:documentation/> + <wsdl:message name="MT_P2MD3007_S"> + <wsdl:documentation/> + <wsdl:part element="p1:MT_P2MD3007_S" name="MT_P2MD3007_S"/> + </wsdl:message> + <wsdl:portType name="P2MD3007_AO"> + <wsdl:documentation/> + <wsdl:operation name="P2MD3007_AO"> + <wsdl:documentation/> + <wsdl:input message="p1:MT_P2MD3007_S"/> + <wsp:Policy> + <wsp:PolicyReference URI="#OP_P2MD3007_AO"/> + </wsp:Policy> + </wsdl:operation> + </wsdl:portType> + <wsdl:service name="P2MD3007_AOService"> + <wsdl:port binding="p1:P2MD3007_AOBinding" name="P2MD3007_AOPort"> + <soap:address location="http://shii8dvddb01.hec.serp.shi.samsung.net:50000/sap/xi/engine?type=entry&version=3.0&Sender.Service=P2038_Q&Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MD%2FMDZ%5EP2MD3007_AO&QualityOfService=ExactlyOnce" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + </wsdl:port> + </wsdl:service> + <wsdl:types> + <xsd:schema targetNamespace="http://shi.samsung.co.kr/P2_MD/MDZ" xmlns="http://shi.samsung.co.kr/P2_MD/MDZ" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <xsd:complexType name="P2MD3007_S"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/VersionID">8dd6f9a22c9611f0c16f0000007e145f</xsd:appinfo> + </xsd:annotation> + <xsd:sequence> + <xsd:element maxOccurs="unbounded" minOccurs="0" name="SUPPLIER_MASTER"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4812ba2c9611f0c61232a76e607ae9</xsd:appinfo> + </xsd:annotation> + <xsd:complexType> + <xsd:sequence> + <xsd:element minOccurs="0" name="BP_TX_TYP" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4807512c9611f0c2c432a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="CITY2" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47d8122c9611f0823032a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="CONSNUMBER" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47d8152c9611f0cc6732a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="FAX_EXTENS" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d48074c2c9611f0ae3132a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="FAX_NUMBER" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d48074b2c9611f0b93d32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="J_1KFREPRE" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786d12c9611f0809e32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="J_1KFTBUS" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786d22c9611f0a0fa32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="J_1KFTIND" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786d32c9611f0817332a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="LANGU" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47d80f2c9611f0c57932a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="NAME2" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4761fa2c9611f0c88832a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="NAME3" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786cc2c9611f0a7a632a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="NAME4" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786cd2c9611f0c53232a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="NATION" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad1c2c9611f0bda932a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="REGION" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47d8132c9611f08e2332a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="SMTP_ADDR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d48074e2c9611f0a81432a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="STCD3" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4807522c9611f0ae1c32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="TAXNUM" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4807502c9611f0a02a32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="TEL_EXTENS" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4807492c9611f0a9d032a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="TEL_NUMBER" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47d8162c9611f0c29732a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="URI_ADDR" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d48074d2c9611f0beed32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="VBUND" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786d02c9611f082ca32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="VEMAIL" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad122c9611f0c6dc32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="VQMGRP" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786d42c9611f09f1532a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="VTELNO" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786d52c9611f0a37c32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="ZTYPE" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786cf2c9611f0cfbb32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="ZZCNAME1" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad132c9611f0c9e332a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="ZZCNAME2" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad142c9611f0847332a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="ZZIND01" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad1a2c9611f099b732a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="ZZIND03" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4812b92c9611f08f8332a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="ZZTELF1_C" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad152c9611f0864f32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element minOccurs="0" name="ZZVNDTYP" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad182c9611f0baef32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="ADDRNO" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad1b2c9611f0acd832a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="BP_HEADER" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4761f62c9611f0945a32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="CITY1" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47d8112c9611f0af0332a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="COUNTRY" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47d80e2c9611f08e5632a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="IBND_TYPE" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad172c9611f0b65332a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="KTOKK" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4786ce2c9611f0c4bd32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="MASTERFLAG" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad162c9611f0806532a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="NAME1" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4761f92c9611f0b09b32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="POST_CODE1" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47d8102c9611f0c5fc32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="R3_USER" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d48074a2c9611f08aca32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="SORT1" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4761f82c9611f0ccc232a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="STREET" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47d8142c9611f0cd1632a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="TAXTYPE" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d48074f2c9611f0b99d32a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="ZZREQID" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d47ad192c9611f0824832a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + <xsd:element name="ZZSRMCD" type="xsd:string"> + <xsd:annotation> + <xsd:appinfo source="http://sap.com/xi/TextID">8d4761f72c9611f0a18232a76e607ae9</xsd:appinfo> + </xsd:annotation> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + </xsd:sequence> + </xsd:complexType> + <xsd:element name="MT_P2MD3007_S" type="P2MD3007_S"/> + </xsd:schema> + </wsdl:types> + <wsp:Policy wsu:Id="OP_P2MD3007_AO"/> + <wsp:UsingPolicy wsdl:required="true"/> +</wsdl:definitions>
\ No newline at end of file |
