| Author |
stateless session as a webservice
|
vitesse wei
Ranch Hand
Joined: Sep 07, 2007
Posts: 100
|
|
I write a EJB3 stateless session bean as a webservice deployed in glassfish,but when i run my test client,it give's me error message like this,search a lot,still can not fix it. here is the code HelloForWS.java HelloForWSRemote.java here is the client JAXWSClient.java error message from run JAXWSClient
|
SCJP 5.0<br />SCWCD1.4<br />SCBCD5
|
 |
vitesse wei
Ranch Hand
Joined: Sep 07, 2007
Posts: 100
|
|
I find com.interlink.ejb.jaxws.Hello wraper class in glassfish's generated directory,then I added it to the classpath,then runclient,I get new error as follow: com.interlink.ejb.HelloForWS is a bean class,it's not interface,I don't know why it ask for a interface? add i checked server console,webservice is there and can be tested by admin console,anybody help
|
 |
 |
|
|
subject: stateless session as a webservice
|
|
|