cancel
Showing results for 
Search instead for 
Did you mean: 

AXIS framework in SOAP adapter

Former Member
0 Kudos

Hi,

I am working on PI 7.1. I need to understand about the use of AXIS framework in the SOAP adapter.

Please throw some light on the what exactly is AXIS framework and why is it used while configuring the SOAP adapter.

Also suggest scenarios where AXIS framework is used.

Ihave gone through the SAP help documents and the following link already, but am unable to get the hang of it:

[http://help.sap.com/saphelp_NW04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm]

How Tou2026 Set http-Header Parameters using the Axis Framework

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b092777b-ee47-2a10-17b3-c5f59380957f]

Kindly Help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I have used Axis adapter to configure for the NTLM authentication which Soap adapter dosent support. You can also use Axis when you want to store cookie values.

Thanks,

Srini

Former Member
0 Kudos

Hi Srini,

Thanks for your reply. I am trying to create com.sap.aii.af.axisproviderlib.sda .As instructed I have replaced the empty jar files:

axis.jar

commons-discovery-0.2.jar

commons-logging-1.0.4.jar

wsdl4j-1.5.1.jar

from the existing SDA archive with the those inclued in Axis 1.4 src package. However I cant find

commons-net-1.0.0-dev.jar in Axis 1.4 src package to replace the one from the original SDA archive please help.

Also, once this SDA archive is created, is it supposed to deployed on the J2EE engine of PI 7.1?

Many Thanks.

Former Member
0 Kudos

This message was moderated.

0 Kudos

Hi Yashaswee,

Once you create the SDA archive ( SAP Note 1028961 - How to prepare axisproviderlib.sda for Adapter Framework) you have to deploy it on the J2EE engine of PI.

To check it is correctly deployed or not use the following URL:

http://<systemhost>:<systemport>/XIAxisAdapter/MessageServlet

You will see a screen like this:

An useful case that used the AXIS Framework in the SOAP Adapter to store cookie values is the blog post of Prabhat Sharma:

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/08/02/pidoc-integration-between-non-sap...

Regards.

Rodrigo.

Answers (4)

Answers (4)

Former Member
0 Kudos

commons-net-1.0.0-dev.jar is only in the src package and not in the bin package.

ravi_raman2
Active Contributor
0 Kudos

you can find that jar as part of the Maven package.

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

Regards

Ravi Raman

former_member182455
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Srini,

Could you please provide solution for the problem I am facing with commons-net-1.0.0-dev.jar?

Former Member
0 Kudos

Hi all,

I have downloaded the Kit for 7.1 from the Service Marketplace.There is document in the same instructing on How to create the com.sap.aii.af.axisproviderlib.sda (710) archive for Axis Adapter 7.10.

As suggested, I have opened the given SDA archive and replaced the following empty

jar files with the those inclued in Axis 1.4 src package(I have obtained the AXIS 1.4 src package from:

[https://olex.openlogic.com/packages/axis#downloads]

though I have been successful in replacing the following mentioned files,

axis.jar

commons-discovery-0.2.jar

commons-logging-1.0.4.jar

wsdl4j-1.5.1.jar

I am unable to replace commons-net-1.0.0-dev.jar since it is not present in the src package.

What can be the problem.? Could you suggest another site from where I could download the correct SRC package. I cannot find the SRC package in

[http://ws.apache.org/axis/]

Please Help.

Former Member
0 Kudos

Hi Mane,

I have done this in PI 7.0 and we have upgraded to PI 7.1 and i have a requirement of doing this in 7.1 and i am in the process of doing it and i will let you know once i have done everything succesfully.

Thanks,

Srini

Former Member
0 Kudos

Hi

refer

How to Set http-Header Parameters Using the Axis Framework

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b092777b-ee47-2a10-17b3-c5f59380...

Thanks

swarup

Former Member
0 Kudos

Hi,

SAP note 1039369 is very helpful.

Regards

Patrick