Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The SoapMarshallingDocLitWrappedArrayTypesTest DRTs were failing for all primitive array types. Turned out to be a problem with return type mapping in the service control. I have attached a patch for the service control which also includes some exception handling cleanup.
The two files which need to be patched are:
ServiceControlImpl.java
and
SoapMarshallingDocLitWrappedArrayTypesTest (to enable the previously commented out tests)