EasyManua.ls Logo

BEA WebLogic - Page 63

BEA WebLogic
294 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Creating and Publishing Integration Business Services
BEA WebLogic Adapter for SAP User’s Guide 4-9
Example: Sample Integration Business Services Input XML
The following input XML retrieves a list of materials using the SAP BAPI_MATERIAL_GETLIST
method.
<?xml version="1.0" encoding="UTF-8" ?>
- <!-- Sample XML file generated by XMLSPY v5 rel. 3 U
(http://www.xmlspy.com)
-->
- <Material.GETLIST xmlns="urn:sap-com:document:sap:business"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:sap-com:document:sap:business
C:\temp\service_BAPI_MATERIAL_GETLIST.xsd">
<MAXROWS>1000</MAXROWS>
- <DISTRIBUTIONCHANNELSELECTION>
- <item>
<SIGN />
<OPTION />
<DISTR_CHAN_LOW />
<DISTR_CHAN_HIGH />
</item>
</DISTRIBUTIONCHANNELSELECTION>
- <MANUFACTURERPARTNUMB>
- <item>
<MANU_MAT />
<MFR_NO />
</item>
</MANUFACTURERPARTNUMB>
- <MATERIALSHORTDESCSEL>
- <item>
<SIGN />
<OPTION />
<DESCR_LOW />
<DESCR_HIGH />
</item>
</MATERIALSHORTDESCSEL>
- <MATNRLIST>
- <item>
<MATERIAL />
<MATL_DESC />
<MATERIAL_EXTERNAL />
<MATERIAL_GUID />
<MATERIAL_VERSION />
</item>
</MATNRLIST>
- <MATNRSELECTION>
- <item>
<SIGN>E</SIGN>

Table of Contents