1 Reply Latest reply on Jul 18, 2008 1:16 PM by jej2003

    Endpoint does not contain operation meta data...

    jej2003

      I am in the fun position of trying to get a webservice that ran fine under JBoss 4.0.3sp1 to run under JBoss 4.2.2GA. The problem I am having however, is that when a servlet (I believe) tries to access the web service it throws an error saying

      SOAP Request exception javax.xml.rpc.soap.SOAPFaultException: Endpoint .... does not contain operation meta data for ....
      


      Since I can't change the code what can I change on the app server side to allow this to work?

        • 1. Re: Endpoint does not contain operation meta data...
          jej2003

          I think this was a namespace issue now that is fixed I am getting the following

          javax.xml.ws.soap.SOAPFaultException: java.lang.ClassNotFoundException: org.jboss.webservice.server.ServiceEndpointServletJSE
           at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException...