[jboss-user] [JBossWS] - Re: Call a web service

rodosa do-not-reply at jboss.com
Sat Mar 15 14:30:54 EDT 2008


Thanks for yours answers but I should make sth bad because it doesn't work.

1) rphadnis: Yes, the url for the wsdl is accessible. I could see in the browser.

2) PeterJ: I have some problems. I follow the steps you've mencionated but I don't know what's wrong. This is what occurs when I try to execute the client.


  | Entro en el cliente
  | Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/util/NotImp
  | lementedException
  |         at java.lang.Class.getDeclaredConstructors0(Native Method)
  |         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
  |         at java.lang.Class.getConstructor0(Class.java:2699)
  |         at java.lang.Class.newInstance0(Class.java:326)
  |         at java.lang.Class.newInstance(Class.java:308)
  |         at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:36)
  |         at javax.xml.ws.spi.FactoryFinder.find(FactoryFinder.java:95)
  |         at javax.xml.ws.spi.Provider.provider(Provider.java:76)
  |         at javax.xml.ws.Service.<init>(Service.java:57)
  |         at client.JbpmServiceService.<init>(JbpmServiceService.java:42)
  |         at client.JbpmWSClient.main(JbpmWSClient.java:79)
  | 

Any ideas? Thank you very much

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136901#4136901

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136901



More information about the jboss-user mailing list