We have a web service that returns and object (for example CustomerResponse
) which has a property that is a list (for example ListOfCustomers
).
When we import this into WPS it creates a hierarchy of CustomerResponse
, which has an object ArrayOfListOfCustomers
, which in turn contains the actual ListOfCustomers
.
Why does WPS add this extra layer? is there any way to turn it off?