BEA WebLogic Adapter for SAP User Manual

Page 68

Advertising
background image

3

Configuring the BEA WebLogic Adapter for SAP

3-40

BEA WebLogic Adapter for SAP User Guide

The full response document follows.

Listing 3-1 Full Response Document from ListCustomer

<doc:RFC_CUSTOMER_GET.Response
xmlns:doc="urn:sap-com:document:sap:business:rfc">
<CUSTOMER_T>
<item>
<KUNNR>0000000110</KUNNR>
<ANRED>Firma</ANRED>
<NAME1>Auto Klement</NAME1>
<PFACH/>
<STRAS>Bert-Brecht-Allee 29</STRAS>
<PSTLZ>81737</PSTLZ>
<ORT01>Mnnchen</ORT01>
<TELF1>089/93534</TELF1>
<TELFX>089/93530</TELFX>
</item>
<item>
<KUNNR>0000001012</KUNNR>
<ANRED>Firma</ANRED>
<NAME1>Autohaus Franzl GmbH</NAME1>
<PFACH/>
<STRAS>Schwarzhauptstrasse 51</STRAS>
<PSTLZ>80939</PSTLZ>
<ORT01>Muenchen</ORT01>
<TELF1>089/3546721</TELF1>
<TELFX>089/3546722</TELFX>
</item>
</CUSTOMER_T>
</doc:RFC_CUSTOMER_GET.Response>

You can now write custom code to exploit the adapter or create a process flow in
Studio. For more information, see “Using Application Views in the Studio” in Using
Application Integration
:

„

For WebLogic Integration 7.0, see

http://edocs.bea.com/wli/docs70/aiuser/3usruse.htm

„

For WebLogic Integration 2.1, see

http://edocs.bea.com/wlintegration/v2_1sp/aiuser/3usruse.htm

Advertising