I have an application that I run locally and on our demo server. When I run the code locally it can take an XML response and unmarshal it into a Response
Object, just as one would expect.
When I run that code on our demo server (EXACT same code) unmarshalling produces a null
result.
I've looked and made sure that both servers are configured the same and they're both getting the same response XML.
Any ideas as to why this might be happening?