cancel
Showing results for 
Search instead for 
Did you mean: 

Any one knows how to use Axis Framework in the SOAP Adapter Modules

Former Member
0 Kudos

How to use Axis Framework in the SOAP Adapter?

How to add custom handler modules?

http://help.sap.com/saphelp_nw04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/frameset.htm

I went through the above link on help.sap.com. But still could not create a working example.

I have created a wc on some 3ed party app server using apaches axis. I am trying to call that web service from XI using SOAP receiver? I need to add some security related headers to the soap message, SO I am trying to use a handler. I want to know how to configure this handler in SOAP axis adapter module.

Thank you

Moni

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

I want to know how to configure this handler in SOAP axis adapter module.

U ll have to add the module "HandlerBean" for ur required Axis handler

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

Regards,

Prateek

Former Member
0 Kudos

Can you elaborate on this? How HandlerBean is different then the regular custom module? Is it a ejb like a regular custom module? If you see the modules tab, by default there are 5 modules configured there? Where should I add the new module?

Do you have any other links then the three on the help.sap.com?

Thank you

Moni

ravi_raman2
Active Contributor
0 Kudos

Monika..

Are you trying to add basic authentication or wse security header..i have used axis in a combination with IBM webSphere and XI.

Can you clarify your question..

Regards

Ravi Raman

Former Member
0 Kudos

wse header.

Thank you

Moni

ravi_raman2
Active Contributor
0 Kudos

Monika,

If you are calling the webservice, then you need to send that message from XI..with the wse header info..Is that the scenario..

Please clarify so we can fix this.

Regards

Ravi Raman

Former Member
0 Kudos

Ravi ,

I am trying exactly the same. Hers is the scenario.

ABAP Proxy --> PI (7.0) SP 12 ---> WebService.

Since This is service is secured, means it is using OASIS web servie securyty user name token,

I am trying to use AXIS adapter. and I want to configure HandlerBean in which I want to use apache wss4j api to add the userNameToken. I am looking for some documentation on this.

I need to add SOAP action element too as I can not configure this one on the communication channel.

Thanks for any inputs in this regard.

Moni

ravi_raman2
Active Contributor
0 Kudos

You can add the soap action in the channel..

also why are you using the axis framework in this scenario..?

Regards

Ravi

ravi_raman2
Active Contributor
0 Kudos

Monika..

take a look at sap note..

Note 1054986 - SOAP (Axis) receiver adapter's SOAPAction field missing

Regards

Ravi Raman

P.S: We are in the same boat as you are....