Sample Files and Coding Techniques
BEA WebLogic Adapter for SAP User’s Guide
D-13
6.
Start BEA WebLogic and configure a File event.
When the XML document is placed into the specified file listener directory, BEA
WebLogic automatically submits it to SAP for processing and returns the document
with a list of all active InfoCubes from the SAP Business Warehouse.
For example, the following is the request:
<?xml version="1.0" encoding="UTF-8" ?>
<InfoCube.GetList.Response xmlns="urn:sap-com:document:sap:business"
schemaLocation="urn:sap-com:document:sap:business
C:\PROGRA~1\COMMON~1\iway\Adapters\5.2.104\sessions\default\
sap\GAH\service_BAPI_CUBE_GETLIST_response.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RETURN>
<TYPE/>
<ID/>
<NUMBER>000</NUMBER>
<MESSAGE/><LOG_NO/><LOG_MSG_NO>000000</LOG_MSG_NO>
<MESSAGE_V1/><MESSAGE_V2/><MESSAGE_V3/>
<MESSAGE_V4/><PARAMETER/><ROW>0</ROW><FIELD/><SYSTEM/>
</RETURN>
For example, the following is the response:
<INFOCUBELIST><item><INFOCUBE>0BWTCFC1</INFOCUBE><OBJVERS>A</OBJVERS>
<TEXTLONG>BW Technical Content FC1</TEXTLONG><OBJSTAT>ACT</OBJSTAT>
<ACTIVFL>X</ACTIVFL><INFOAREA>0BWTCT_FCHA</INFOAREA>
<CUBETYPE>B</CUBETYPE> </item><item><INFOCUBE>0BWTCFC2</INFOCUBE>
<OBJVERS>A</OBJVERS><TEXTLONG>BW Technical Content 2</TEXTLONG>
<OBJSTAT>ACT</OBJSTAT><ACTIVFL>X</ACTIVFL>
<INFOAREA>0BWTCT_FCHA</INFOAREA><CUBETYPE>B</CUBETYPE>
</item>
.
.
.
</INFOCUBELIST></InfoCube.GetList.Response>
Содержание WebLogic Server
Страница 1: ...BEA WebLogic Adapter for SAP User s Guide DN3501342 0406 April 19 2006 ...
Страница 8: ...viii BEA Systems Inc ...
Страница 22: ...Component Information for the BEA WebLogic Adapter for SAP 1 10 BEA Systems Inc ...
Страница 54: ...Creating an XML Schema 3 20 BEA Systems Inc ...
Страница 163: ...Management and Monitoring BEA WebLogic Adapter for SAP User s Guide 7 45 ...
Страница 164: ...7 46 BEA Systems Inc ...
Страница 222: ...Extensible CCI Control A 30 BEA Systems Inc You can add your own methods that call the adapter s services ...
Страница 294: ...Using Staging BAPIs to Retrieve SAP BW Metadata D 14 BEA Systems Inc ...