Community
Participate
Working Groups
The annotation @BindingType is added when SOAP 1.2 messaging or MTOM attachments are configured - there are three combinations of SOAP and MTOM: @BindingType(value=SOAP11HTTP_MTOM_BINDING) @BindingType(value=SOAP12HTTP_BINDING) @BindingType(value=SOAP12HTTP_MTOM_BINDING) The fourth combination (value=SOAP11HTTP_BINDING) does not have to be specified for that case since it is the default binding value. Since the move to non-ASM DBWSProvider source code, the above combinations would not work since the accompanying imports were missing.
Created attachment 177315 [details] add SOAP/MTOM Binding imports
Fixed in trunk SVN revision: 8078 TBD: backpoint to 2.1 stream (wait until 2.1.2 starts)
in 2.1.2 SVN revision: 8095
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink