EasyManua.ls Logo

BEA WebLogic - Page 105

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...
Configuring the Event Adapter for SAP
BEA WebLogic Adapter for SAP User’s Guide 5-27
The following table lists and describes the parameters for the disposition.
Note: To use the SOAP disposition with a synchronous event, use Remote Function
Modules to generate the schema and WSDL file instead of using the Business
Object Repository for any RFC or BAPI.
The following is an example of a completed SOAP disposition:
soap:http://localhost:7001/ibse/IBSEServlet/test/soapWS.ibs?wsdl;
soapaction=soapWS.GETLISTRequest@test@@;method=GETLIST;
namespace=urn:iwaysoftware:ibse:jul2005:GETLIST;
responseTo=ifile://c:\output\sap\soapOut.xml
Parameter Description
wsdl-url The URL to the WSDL file that is required to create the SOAP
message, for example:
http://localhost:7001/ibse/IBSEServlet/test/
webservice.ibs?wsdl
where:
webservice
Is the name of the Web service you created using Application
Explorer.
To find this value, you can navigate to the Integration Business
Services tab and open the Service Description link in a new
window. The WSDL URL appears in the Address field.
Alternatively, you can open the WSDL file in a third-party XML
editor (for example, XMLSPY) and view the SOAP request settings.
soapaction Method that is called by the SOAP disposition. This value can be
found in the WSDL file.
method Web service method you are using. This value is in the WSDL file.
namespace The XML namespace you are using. This value is in the WSDL file.
responseTo Location to which responses are posted. Can be a predefined port
name or another URL. Optional.
The URL must be complete, including the protocol.
errorTo Location where error documents are sent. This can be a
predefined port name or another full URL. Optional.

Table of Contents