i could solve the problem adding a pluging to eclipse to show wsdl files. I was calling an url incorrect.
Now the client connect to jboss and execute a simple webservice echo, but my service to login crashes, with a error i can`t undestand. The client connects the administration server (jboss) and when i print what is it doing, it prints corrects values and it returns the correct loginVO object, but when it returns to the client i receive the next exception from jboss: | 2007-06-08 10:13:10,821 ERROR [org.jboss.ws.core.server.AbstractServiceEndpointServlet] Error processing web service request | javax.xml.ws.WebServiceException: javax.xml.bind.MarshalException | - with linked exception: | [javax.xml.bind.JAXBException: com.satdatatelecom.satdataweb.model.permiso.vo.ConcesionVO nor any of its super class is known to this context] | at org.jboss.ws.core.jaxws.JAXBSerializer.handleMarshallException(JAXBSerializer.java:109) | at org.jboss.ws.core.jaxws.JAXBSerializer.serialize(JAXBSerializer.java:89) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052441#4052441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052441 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
