1 Reply Latest reply on Nov 19, 2009 11:28 AM by gseben

    javax.xml.ws.WebServiceException when calling a Web-Service

    larsroediger

      Hallo,

       

      when I try to invoke a Web-Service I get the following exception

       

      javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: No conduit initiator was found for the namespace http://schemas.xmlsoap.org/soap/http.

      (see log.txt).

       

      I created a Java-Client Stub with help of the maven cxf-codegen-plugin (see project.zip). When I execute the code from within Eclipse everything works fine, but deploying and running it in FuseESB 4.1.0.0 doesn't. Curiously it once worked in FuseESB, and I can't remember that I've changed anything. I think it is a classloading problem, but I can't figure out what it is in detail.

       

      I'm thankfull for any help.