1 Reply Latest reply on Nov 19, 2006 9:00 AM by stewchicken

    Cannot find ServiceFactory implementation

    tmuldoon

      JBoss 4.0.4.GA

      I am trying to create my first Java SE web service client but I'm running into a few issues. The latest being ...

      javax.xml.rpc.ServiceException: Cannot find ServiceFactory implementation
      at javax.xml.rpc.ServiceFactory.newInstance(ServiceFactory.java:116)
      at helloworld.client.HelloWorldClient.main(HelloWorldClient.java:20)


      I have tried including each and every jar file found in ejb3/lib to no avail. So, that said, what am I missing?

      Thanks in advance, Tom