Christy Christy [
http://community.jboss.org/people/christy] replied to the discussion
"ERROR: nor any of its super class is known to this context"
To view the discussion, visit:
http://community.jboss.org/message/537881#537881
--------------------------------------------------------------
Hi again!
Realy there ar no ways to solve my problem?
This is simple web-service:
@WebService()
public class SimpleWS{
@WebMethod()
public String testObj (Object o){
// o processing..
return res;
}
I have custom type A. I generated client artifacts for SimpleWS web-service and when I
call the testObj method, I want to transmit object of type A. And I have the error on the
client side:
javax.xml.bind.JAXBException: class esimo.ws.buoys.BuoysDetails nor
any of its super class is known to this context.]
Are there really no ways to solve
this? Please, help!!
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/537881#537881]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]