ZMMFM_WMS002Service.wsdl.xml
4.98 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://esb.primeton.com/sap-adaptor" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://esb.primeton.com/sap-adaptor" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://esb.primeton.com/sap-adaptor/rfc" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding">
<wsdl:types>
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://esb.primeton.com/sap-adaptor/rfc">
<xsd:complexType name="ArrayOfT_AUF">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="T_AUF" nillable="true" type="ns1:T_AUF"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="T_AUF">
<xsd:sequence>
<xsd:element minOccurs="0" name="AUFNR" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="CHARG" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="EBELN" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="EBELP" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="LGORT" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="MATNR" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="MENGE" nillable="true" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ArrayOfT_SER">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="T_SER" nillable="true" type="ns1:T_SER"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="T_SER">
<xsd:sequence>
<xsd:element minOccurs="0" name="AUFNR" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="EBELN" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="EBELP" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="SERNR" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://esb.primeton.com/sap-adaptor">
<xsd:element name="ZMMFM_WMS_002">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="ArrayOfT_AUF" nillable="true" type="ns1:ArrayOfT_AUF"/>
<xsd:element maxOccurs="1" minOccurs="1" name="ArrayOfT_SER" nillable="true" type="ns1:ArrayOfT_SER"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ZMMFM_WMS_002Response">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="O_MBLNR" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="O_MESSG" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="O_TYPE" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="ArrayOfT_AUF" nillable="true" type="ns1:ArrayOfT_AUF"/>
<xsd:element maxOccurs="1" minOccurs="1" name="ArrayOfT_SER" nillable="true" type="ns1:ArrayOfT_SER"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="ZMMFM_WMS_002Response">
<wsdl:part name="parameters" element="tns:ZMMFM_WMS_002Response">
</wsdl:part>
</wsdl:message>
<wsdl:message name="ZMMFM_WMS_002Request">
<wsdl:part name="parameters" element="tns:ZMMFM_WMS_002">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="ZMMFM_WMS002ServicePortType">
<wsdl:operation name="ZMMFM_WMS_002">
<wsdl:input name="ZMMFM_WMS_002Request" message="tns:ZMMFM_WMS_002Request">
</wsdl:input>
<wsdl:output name="ZMMFM_WMS_002Response" message="tns:ZMMFM_WMS_002Response">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ZMMFM_WMS002ServiceHttpBinding" type="tns:ZMMFM_WMS002ServicePortType">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ZMMFM_WMS_002">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="ZMMFM_WMS_002Request">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="ZMMFM_WMS_002Response">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ZMMFM_WMS002Service">
<wsdl:port name="ZMMFM_WMS002ServiceHttpPort" binding="tns:ZMMFM_WMS002ServiceHttpBinding">
<wsdlsoap:address location="HTTP://192.168.11.24:9090/ZMMFM_WMS002Service"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>