cancel
Showing results for 
Search instead for 
Did you mean: 

Implement interface using the SOAP AXIS Adapter SAP PI N/W 7.31

Former Member
0 Kudos

Hi  All ,

We have a requirement where  we need to Implement  a FI interface using the SOAP AXIS Adapter  SAP PI N/W 7.31 .I have 2

queries regarding same.

1 > It is possible to implement interface using the SOAP AXIS Adapter   in SAP PI N/W 7.31  ( Not SAP PO ).

2 >  The URL  http://<host>/XIAxisAdapter/MessageServlet is prompting to create a .sda  file using below components jars.

          ( Apache-Axis ,Jakarta-Commons Discovery ,Jakarta-Commons Logging ).

I have gone through note 1028961 - How to prepare axisproviderlib.sda for Adapter Framework 

    My question : Is it possible to create required .sda file without using third party components (eg. jars from Apache). 

                         Does SAP provide their own developed components that we can use to create this sda with out using

                         any third party components.

Thanks ,

Abhinav

Accepted Solutions (1)

Accepted Solutions (1)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Abhinav,

You can use these jar's

http://mirrors.ibiblio.org/pub/mirrors/maven/commons-net/jars/commons-net-1.0.0.jar

Same issue discussed here

Refer this blog for step by step procedure..

AXIS framework in SOAP adapter | SCN

Refer the SAP note 1039369 for Faq soap axis adapter..

find the attachments in this note: faq.axis.adapter.zip it only contains empty jar files..

we should add jar files to it..

Regards

Bhargava krishna

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Team ,

Thanks all for valuable feedback.

We have implemented this AXIS adapter in our  Dev & Test landscape PI.

But before going for PRD.  I have one confusion.

Could you please let me know if there are some file system level changes also as a result of deploying this.

Regards,

Abhinav

Muniyappan
Active Contributor
0 Kudos

Hi,


My question : Is it possible to create required .sda file without using third party components (eg. jars from Apache).

                         Does SAP provide their own developed components that we can use to create this sda with out using

                         any third party components.

jar files are provider specific. i don't think SAP will provide others jars.

you need third party's jars.

Regards,

Muni.

former_member184720
Active Contributor
0 Kudos

Hi Abhinav - I agree with Muni's reply.  Without the libraries from the provider, it's not possible for us to connect.

But if possible can you let us know what are the constraints in using the libraries?

Former Member
0 Kudos

Hi Hareesh ,

Thanks for the response .

As per our policy , we are not supposed to use open source components.

This constraint is stopping us to use Apache provided components.

Also could you please answer my first question also.