Hallo everybody,

I have got a problem with the XFireBookExample. I build it with maven and the command mvn package. I can access the WSDL file with http://localhost:8080/book/services/BookService?wsdl. No problem so far. But when I try to use the BookClient out of the example with the url I get an 404 error although the service exists. If it would not exists I should not see the WSDL file. Am I right?


The Errorstacktrace from the BookClient:

Exception in thread "main" org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Server returned error code = 404 for URI : http://localhost:8080/book/services/BookService. org.codehaus.xfire.fault.XFireFault: Server returned error code = 404 for URI : http://localhost:8080/book/services/BookService.


My jars in the classpath:

activation-1.1.jar
ant-1.5.jar
commons-attributes-api-2.1.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-httpclient-3.0.jar
commons-logging-1.0.3.jar
jaxen-1.1-beta-9.jar
jdom-1.0.jar
junit-3.8.1.jar
mail-1.4.jar
qdox-1.5.jar
spring-1.2.6.jar
stax-api-1.0.1.jar
stax-utils-20040917.jar
wsdl4j-1.6.1.jar
wstx-asl-3.2.0.jar
xbean-2.2.0.jar
xbean-spring-2.8.jar
xfire-aegis-1.2.6.jar
xfire-all-1.2.6.jar
xfire-annotations-1.2.6.jar
xfire-core-1.2.6.jar
xfire-spring-1.2.6.jar
xfire-xmlbeans-1.2.6.jar
XmlSchema-1.1.jar




Perhaps I missed a jar or I have  some wrong jars?

Greetings

Gaston



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to