Porter-connectors/SoapConnector

Connector assumes response should be an array

Closed this issue · 1 comments

Bilge commented

Even though provider resources should communicate via arrays, connectors should return unmolested data to resources. It does not seem prudent to assume the resource will want to work with an array rather than an object just because the resource should ultimately emit an array, especially if the resource code is already written to work with objects and just wants to plug into a SOAP connector.

This change would be a BC break.