I generated a client using wsgen and am invoking a web service which returns a custom object. I am getting the following error when the client attempts to bind the xml:
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Could not unmarshall type : com.example.CustomObject is not known to this context org.codehaus.xfire.fault.XFireFault: Could not unmarshall type : com.example.CustomObject is not known to this context the com.example.CustomObject was generated by wsgen and on the classpath of the client...any ideas? Thanks - John -- View this message in context: http://www.nabble.com/XFire-client-and-custom-return-type-tf3930576.html#a11148134 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
