cancel
Showing results for 
Search instead for 
Did you mean: 

CE7.1 missing axis.jar

Former Member
0 Kudos

Hello Friends,

Iu2019m Running DC build (not a local ) and getting an error :

private static org.apache.axis.description.TypeDesc typeDesc

package org.apache.axis.description does not exist

Tell me please, which component contains axis.jar to add to Required DCs

Really appreciate your help

Thanks

Costa

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

I cant find axis in my SAP DCs either. Its very likely (= almost sure), that axis is not part of the NetWeaver env. Probably your DC uses a custom DC developed by some colleague or third party. Check the dependency list of your DC.

If you definitely need the axis.jar, create an external lib that contains axis and refer to that one as a work around.

In my opinion, you don't need third party libraries to deal with WS on the NetWeaver platform. Using axis is bad design, probably a workaround by a developer not experienced with the SAP frameworks. You might want to refactor before things get really ugly in the future,

regards

Jan