Sending Soap Messages With attachements #290
-
We are getting a error when sending a soap message with attachements Error encoding xml: javax.xml.bind.JAXBException: class com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl nor any of its super class is known to thi We seem to be missing a class. Which library dow we need to add. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @mnouwens You can search Maven central for a specific classname. A sample project demonstrating any issues would be great if you need further help! |
Beta Was this translation helpful? Give feedback.
Hi @mnouwens You can search Maven central for a specific classname.
https://search.maven.org/search?q=c:%20Message1_1Impl
A sample project demonstrating any issues would be great if you need further help!