About Question enthuware.ocejws.v6.2.145 :
Posted: Sun Apr 06, 2014 3:04 pm
@MTOM takes precedence over @BindingType.
As we discussed in another forum, it works on Websphere, but not NetBean platform.
will generate an error in NetBean.
But the code will work and @MTOM will be disabled in Websphere since @MTOM takes precedences.
As we discussed in another forum, it works on Websphere, but not NetBean platform.
Code: Select all
@MTOM (enabled=false)
@BindingType(value=...)
But the code will work and @MTOM will be disabled in Websphere since @MTOM takes precedences.