Today I’m releasing a small component that addresses an interesting problem I’ve never come across before – a null response from a web-service.
The web-service in question is provided by a third-party and unfortunately cannot be changed. Their WSDL defines the root response element with a maxOccurs=1 and a minOccurs=0, which allows for a null response […]