blob: 15ddd6671e931e3f0fdfd38f453a30fa5d522ec4 (
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
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>
|