-
Hello, first of all - thanks for providing this extension! I´d like to implements a Contract First WebService. The code generation works well, but the build fails with the following exception:
I figured out that it is caused by an @XmlAttachmentRef Annotation at a DataHandler Attribute for an attachment.
I there a good workaround without breaking the Contract? setup: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @jwieser Yes, a workaround should certainly be doable with bindings, combined with an extension such as Having said that, this is probably also an issue in the extension - will try to have a look. |
Beta Was this translation helpful? Give feedback.
-
I'm actually unable to recreate the issue you're having using a contract first SwA WSDL ... at this stage, without a reproducer, it's hard to say why you may be seeing the exception. My best guess is that there may be an issue with your schemas or WSDL itself. |
Beta Was this translation helpful? Give feedback.
-
Tried a Code First approach by adding the folloing attribute to the Fruit Class from the Example in the Docs - does not build. Just added the code to the integration-tests of the Extension. I hope it is not a issue just on my machine or setup.
|
Beta Was this translation helpful? Give feedback.
Tried a Code First approach by adding the folloing attribute to the Fruit Class from the Example in the Docs - does not build. Just added the code to the integration-tests of the Extension. I hope it is not a issue just on my machine or setup.