1 Reply Latest reply on Jan 19, 2009 11:35 AM by peterj

    error in calling a webservice

      Hi,

      I am calling a web service and getting an error i.e java.lang.NoClassDefFoundError
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
      at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:588)
      at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.createProxy(ServiceDelegateImpl.java:398)
      at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getPortInternal(ServiceDelegateImpl.java:271)
      at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getPort(ServiceDelegateImpl.java:198)
      at javax.xml.ws.Service.getPort(Service.java:141)

      Please share if someone has an idea on how to solve it.

      Thanks

        • 1. Re: error in calling a webservice
          peterj

          It might help if you posted the full exception stack trace (what you posted appears to be missing the name of the class that was not found). But my guess would be that you did not include the stub classes generated by wsconsume in your client's classpath.