Start of Content Area

Procedure documentation Configuring the SOAP Adapter in the Integration Directory/PCK  Locate the document in its SAP Library structure

Use

The SOAP adapter enables you to exchange SOAP messages between remote clients or Web service servers and the Integration Server or the PCK.

The receiver SOAP adapter also allows you to send SOAP messages using the SMTP protocol.

You can specify security settings to be used to sign/verify the SOAP body. In addition, you can specify the standard to be used for signing/verifying the SOAP message.

Sender agreements that are assigned a SOAP sender adapter can be published in the Services Registry.

More information: Publishing Services in the Services Registry.

You have the option of using the Axis framework in the SOAP adapter.

Note

For FAQs about the SOAP adapter, see SAP Note 856597.

Procedure

...

       1.      Create a communication channel in the Integration directory or in the PCK.

More information: Communication Channel in Integration Directory and in PCK

       2.      To configure the adapter, choose the Parameters tab page.

       3.      Select SOAP as the Adapter Type.

Define the Direction of the Adapter

       4.      Define the adapter.

The parameters that you have to enter for the adapter depend on the Direction you want the adapter to have (sender/receiver).

Configuring the Sender SOAP Adapter

Configuring the Receiver SOAP Adapter

Use Axis Framework in the SOAP Adapter

       5.      You can optionally use the Axis framework in the SOAP adapter.

To use the Axis framework in the SOAP adapter, you must compress the following Axis JAR files, version 1.4, in aii_af_axisprovider.sda:

       axis.jar

       commons-discovery-0.2.jar

       commons-logging-1.0.4.jar

       commons-net-1.0.0-dev.jar

       wsdl4j-1.5.1.jar

       6.      To check whether deployment was successful, use the following URL:

http://<host>:<port>/XIAxisAdapter/MessageServlet

       7.      Configure the adapter:

Configuring the Axis SOAP Sender Adapter

Configuring the Axis SOAP Receiver Adapter

       8.      If you want to add your own handlers to the adapter, you must compress the necessary JAR files in aii_af_axisprovider.sda.

       9.      Add your own handler to the module processor.

Adding Modules to the Axis SOAP Adapter

 

End of Content Area