cancel
Showing results for 
Search instead for 
Did you mean: 

New to Axis Adaptor

Former Member
0 Kudos

Hi experts,

I am trying to use XI/PI to consume a web-service that uses AXIS 1.1. Is there a need to deploy the Axis adaptor framework in my XI/PI to do so? Or using the standard SOAP protocol will do?

Regards,

Norman

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

please have a look at OSS note:

1039369 - FAQ XI Axis Adapter

it will answer all of your questions

let me know if it helped

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi,

I did read the FAQ, but it seems that it is on deploying Axis Adaptor in XI/PI. However, I want to know whether it is possible to cosume a AXIS webservice using the stand SOAP adaptor. That is, without deploying the AXIS adaptor in XI/PI.

Regards,

Norman

Former Member
0 Kudos

Hi,

The answer depends on what kind of web service you want to call.

If it's a plain web service without any standard or non-standard extensions, you can probably use the normal soap adapter.

If it uses some SOAP extension like ws-security, ws-addressing, etc, or it requires some special transport level security, you will be much more flexible with the axis adapter.

Regards, Yza