"Scharlau" wrote : kanno, | | you probably need to put the class files generated by wscompile from your WSDL file under the WEB-INF/classes directory of the war that you've deployed your WS in. (Or under the META-INF/classes if you've used a jar with a SLSB). | | Basically the error message mean the service can't find your classes, and you need to put them in the usual place. | | Bruce
Bruce, I thought that the class files generated by wscompile... aside from the Response/Response_Struct ones (used to wrap original classes) are artifacts that aren't even used. I was under the assumption that JBoss uses its own internal classes such as BeanSerializerFactory, etc using introspection and the mapping files to map the xml data into memory, and from memory back to xml. (I could be wrong though... still don't understand why the mapping can't be found in the registry when I can see it in the .wsdd file; unless of course the namespace is incorrect, but from what I can tell... it looks right) :) _Ryan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881135#3881135 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881135 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
