cancel
Showing results for 
Search instead for 
Did you mean: 

How to build SDA File for own axis handler

Former Member
0 Kudos

Hello,

we developed an own Axis Handler for the SOAP (AXIS) Adpater.

If we put the jar with the handler in the "aii_af_axisprovider.sda" everything works fine,

but at the deplyment of this SDA the J2EE Stack will be rebooted.

If I try to create an libary SDA, the handler class will not be found.

Can anyone tell me how to build such a libary SDA for an AXIS handler ?

Thnks

Regards

Thorsten Stork

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I'm not sure if this is the case, but have you added a reference to jar file into the file "provider.xml" in "server" directory of the SDA package ?

It might help.

Rgds

Tom

Former Member
0 Kudos

Hi,

sorry for late reply but check SAP Note 1039369 FAQ XI 3.0/7.0 Axis Adapter .

It explains all you need for the axis adapter including axis handlers.

Take care.

Former Member
0 Kudos

Hi!

Maybe this link can help you:

http://help.sap.com/saphelp_nw04s/helpdata/en/45/a4a36de28552f7e10000000a1553f7/content.htm

Excerpt:

HandlerBean

This module calls an Axis handler.

Enter the module for each Axis handler that you want to call.

○ Module name: AF_Adapters/axis/HandlerBean

○ Java class: com.sap.aii.adapter.axis.modules.HandlerBean

○ Parameters

■ handler.type

Under Value, enter the Java class name of the Axis handler that you want to call (java:mypackage.myclass).

■ module.pivot

If you are using the module as a pivot handler, specify true as the value for the receiver adapter.

The pivot handler forwards the request message to the receiver and receives the response message.