cancel
Showing results for 
Search instead for 
Did you mean: 

Axis modules and parameters

Former Member
0 Kudos

Hi,

we are using the axis soap adapter to call a web service.

Here are the modules we set and their parameters...

Is this correct... sometimes no body is set as the request.

Is there a place where this is officialy documented ?

AF_Adapters/axis/AFAdapterBean 0

AF_Adapters/axis/HandlerBean xireq

AF_Adapters/axis/HandlerBean trp

AF_Adapters/axis/HandlerBean xires

AF_Adapters/axis/AFAdapterBean 1

xireq , handler.type , java:com.sap.aii.axis.xi.XI30OutboundHandler

xires , handler.type , java:com.sap.aii.axis.xi.XI30OutboundHandler

trp, module.pivot, true

trp , handler.type, java:com.sap.aii.adapter.axis.ra.transport.http.HTTPSender

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It is correct.

I must add that com.sap.aii.axis.xi.XI30OutboundHandler can take the parameter payload which allows you to overide the payload extraction setting.

This can be usefull if you don't want the same setting for payload extraction on the sending part as on the receiving part...

Thierry