Michael, I have GetQueryResponse as a class, inside that class i have a property getQueryResult of type GetQueryResult and getter, setter methods for that property. GetQueryResult is another separate class. I have other classes similar to this just POJO's. I am receiving the soap response(XML). when i am trying to convert it into Java Object(Unmarshell) i am getting the exception.
Please let me know, if you need more info... Thanks! Sric mkfischer wrote: > > sric1, > > Where you meaning to nest the class definition of > org.aamc.amspullservice.webservice.client.GetQueryResult inside the class > definition of org.aamc.amspullservice.webservice.client.GetQueryResponse > and so forth on down? I would think that your mapping file would be fine > without the mapping. > > Also, is it safe to assume that you are getting the [error] and expecting > the [Soap Response]? Just checking. :) > > Sorry, relatively new to Castor (and Java itself) so I hope that this > isn't too much off target for you. > > Michael Fischer > -- View this message in context: http://old.nabble.com/Castor%3A-unable-to-find-FieldDescriptor-for-ClassDescriptor-tp28986420p28987631.html Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

