tags:

views:

13

answers:

1

Hi i m new to Axis.Axis(1.4) has been added to my webapp that runs on Jboss. While invoking any service getting-ERROR [STDERR] AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.reflect.InvocationTargetException faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}

Please help

A: 

Some folks have reported this kind of problem when multiple copies of the Ajax files are on the classpath. For exmample, your applciation server supplies the Ajax classes in its runtime and you also have them packaged in your WAR or EAR.

djna
Jboss's lib folder doesn't contain any axis jars

related questions