Results 1 to 3 of 3
- 06-13-2007, 02:05 PM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 130
- Rep Power
- 0
AxisFault faultCode:{http://schemas.xmlsoap.org/soap/envelope/
I'm testing a webservice that I implemented but it returns me the following exception:
AxisFault faultCode:{http://schemas.xmlsoap.org/soap/envelope/
}Server.generalException faultSubcode: faultString: java.lang.NoClassDefFoundError: org/apache/axis/AxisFault;nested exception is: java.lang.NoClassDefFoundError: org/apache/axis/AxisFault
faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname: scroll
Why?
I'm working with AXIS 1.4 and APACHE 5.5
Thank you
- 06-13-2007, 02:34 PM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 132
- Rep Power
- 0
That means that it doesn't find the class org.apache.axis.AxisFault, you surely don't have the jar of the axis in the classpath
- 07-02-2007, 05:07 AM #3
Senior Member
- Join Date
- Jun 2007
- Posts
- 164
- Rep Power
- 6
Similar Threads
-
SOAP Client
By sathish_2111 in forum Advanced JavaReplies: 2Last Post: 01-27-2010, 07:08 AM -
how to validate a xml file with schemas via SAX
By oregon in forum XMLReplies: 3Last Post: 08-01-2007, 05:15 PM -
Java GForge SOAP Interface 0.0.8
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-13-2007, 05:33 PM -
SOAP over HTTP/POST
By sabatier in forum NetBeansReplies: 0Last Post: 07-10-2007, 08:04 AM -
Java GForge SOAP Interface 0.0.4
By JavaBean in forum Java SoftwareReplies: 0Last Post: 06-26-2007, 09:50 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks