Hi Guys,
I have an issue with Castor and i would really appreciate any hint on how to solve it.
I am using Castor to unmarshall
SOAP request with spring-ws. My XML request will be something like:
I have class called OrderRequest which i map those elements.
The problem i am facing is the element <OrderDetails> which is just complexType for reusing purposes.
so my code throw an error because Castor cannot find a property with the name orderDetails!! is there anyway to configure Castro to ignore this element?
Thanks for your help,