I want to write a webservice which has a web mothod that return an userdefine type . this type include an attribute with is java.sql.Date type.but I got an excetion:javax.xml.rpc.JAXRPCException: Cannot create or send response messageIs there any body to help me
out of curiosity, is this data type supported by soap? and if so, (long shot) is your wrapper serializable? maybe there is something wrong with marshalling, its rpc after all.