BEA WebLogic User Manual page 105

Adapter for sap
Hide thumbs Also See for WebLogic:
Table of Contents

Advertisement

BEA WebLogic Adapter for SAP User's Guide
The following table lists and describes the parameters for the disposition.
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.
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
Configuring the Event Adapter for SAP
5-27

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic and is the answer not in the manual?

Table of Contents