Hello everybody! In my project I need to store incoming SOAP messages, specifically part of the body. I have a given WSDL that I can't change, after wsdl2java I have structures in java and some fields are of BigInteger type. I had to write some custom serialization (BigInteger->String) to get BigInteger in OrientDB (1.7-rc2).
Now I have come to point that I can't read and validate those stored messages against WSDL/XML-Schema because OrientDB stored BigInteger as Boolean. I googled and found that BigInteger is not supported in custom serialization. Is there any way I can overcome this? I really can't change WSDL. Thanks in advance for your suggestions! Jan -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
