0 Replies Latest reply on Jun 1, 2011 11:57 AM by ccmagrane

    Error with java type mapping

    ccmagrane

      Hi all, I have developed a Java webservice using the Eclipse IDE and I have deployed it on JBoss 5.1.  I wrote a jsp client using dynamic proxy and when I try to call it I get an error:

       

       

      org.jboss.ws.WSException: Cannot obtain java type mapping for: {http://main/}GetDocument

       

      where GetDocument is a method in my Webservice.  I am not sure if I know exactly what is required on the client side but I can't figure out what I am missing from my program to get this thing to work.

       

      Any help and ideas on what I need to get this mapping right?