cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP adapter with AXIS protocol

Former Member
0 Kudos

Hi All

Can you please help me in knowing when to use the Axis transport protocol.

Sender : Servlet(Axis),Task (Axis),NonTask(Axis)

Reciever : http(Axis)SMTP(Axis),File(Axis),Generic(Axis)

when we need to use which protocol as i know it depends on the scenario .

Please help me to understand , if people have already used this transport protocol and in which type of scenarios.

Regards

Sandeep

Accepted Solutions (0)

Answers (3)

Answers (3)

iaki_vila
Active Contributor
0 Kudos

Hi Sandeep,

I usually decide to use the AXIS protocol when the SOAP protocol doesn't fulfill the requirements. From my point of view the AXIS protocol is not easy to configure and need to have external libraries to work, therefore i use it carefully. To know the differences between the several transport protocols you can start with SAP.help documentation http://help.sap.com/saphelp_nwpi711/helpdata/en/45/a39e244b030063e10000000a11466f/content.htm

Hope this helps.

Regards.

RaghuVamseedhar
Active Contributor
0 Kudos

Sandeep,

     When server wants to expose web-services. It can implement, open-source, XML based Web service framework, Apache Axis (Apache eXtensible Interaction System).

     SOAP is protocol for structure of message. It can be sent on any transport protocol like http, smtp... The structure of web-service, protocol, authentication type and more are defined by server which is exposing the web-service.

More info Link1, Link2.

Harish
Active Contributor
0 Kudos

Hi Sandeep,

Please refer the below blog. One of the use case for AXIS protocal is wsse secuirity.

regards,

Harish

Former Member
0 Kudos

HI Harish

My question like how do we know when to use AXIS protocol .

If people hav already used then it will be easy to list down and use it for future reference.

Regards

Sandeep