SICS 21.4
SE-8919 # The Axis 1 generated stubs has following minor changes: 1. Array wrappers # Each array type class has been wrapped inside their corresponding wrapper class. Axis1 client (Old) In the example below, you can see that the chainedOperations method was returning an array ChainedOperationResponse[] for all the chained operation responses and also accepting an array ChainedOperationRequest[] for all the chained operation requests. To migrate, simply wrap all array references to their corresponding wrapper classes. ...