cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Axis implementation

former_member190543
Participant
0 Kudos

Hi guys,

I have an Idoc to https webservice asynchronous scenario up and running using SOAP receiver adapter. Now I want to try SOAP Axis adapter to see its features and efficiency. I have been reading various threads and blogs, but my question is fairly basic. Can I implement SOAP (HTTP Axis) adapter in place of my existing SOAP 1.1 (https) to call the same webservice? Or should I change something on the webservice side too? I already have the Axis drivers ready to be installed on the system.

Thank you.

Ramesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Ramesh,

Please you must install the drivers first. You should follow this note

1028961 - How to prepare axisproviderlib.sda for Adapter Framework    

  


Regards.

former_member190543
Participant
0 Kudos

Hi Inaki, as I mentioned, I already got the drivers.

Thanks.

azharshaikh
Active Contributor
0 Kudos

Hi Ramesh,

AFAIK - you cannot use it if your Receiver does not support AXIS framework. It framework is provided by the Apache Software Foundation & works on concept of Handlers.

Please check following for details.

Axis Framework in the SOAP Adapter - Advanced Adapter Engine - SAP Library

Regards,

Azhar

former_member190543
Participant
0 Kudos

Hi Azhar,

Thanks for the reply. Do you know of any free webservice with Axis framework that I can use to test my Axis adapter for test purpose please?

Thanks,

Ramesh.