Creating, Editing, or Deleting a Port
5-12 BEA Systems, Inc.
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.
5. Click OK.
The event port appears under the ports node in the left pane. In the right pane, a
summary of the information associated with the port appears.
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/webservic
e.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. Value is found in the WSDL file.
namespace XML namespace you are using. Value is found 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. A predefined port name
or another full URL. Optional.