thanks for the link Peter.

when i deploy the service endpoint , it gives an error saying something 
relevent to JAXB2.0 .... 

The service implementation is as folows is as follows.


  | public class SayHelloWebServiceBean implements SayHelloWebService {
  | 
  |     public String sayHello(String name) {
  |         return "Hello , welcome " + name;
  |     }
  | }
  | 


i feel the error is  because my methods parameters and return types are 
"String" . is that the case ?

if so how should i correct that ?

Is this an issue with  JBOSS (application server) ? because , as i remember 
right , in Sun Application server , this method wont give errors..

pls help

thanks in advance
Saji

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139944
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to