-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling setAny() on SupplementaryDataEnvelope1 #92
Comments
Hello Sean.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to build a camt.998 message.
Is there a good sample on how to call setAny() on the com.prowidesoftware.swift.model.mx.dic.SupplementaryDataEnvelope1 class?
It takes an Object, and during the marshaling step it will throw an exception like this (if the type is a LinkedHashMap, for example):
[com.sun.istack.SAXException2: javax.xml.bind.JAXBException: class java.util.LinkedHashMap nor any of its super class is known to this context.
javax.xml.bind.JAXBException: class java.util.LinkedHashMap nor any of its super class is known to this context.]
It seems this type is annotated as XmlAnyElement are there any good code samples on using this in Prowide?
The text was updated successfully, but these errors were encountered: