Hi Goncalo,
The only difference is that our dev version runs locally, while the
live server runs from a remote server. The request is sent in exactly
the same way with the same key and parameters.
The response code is:
<?xml version="1.0" encoding="utf-8" ?><response status="ok"
version="1.2"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="
http://api.7digital.com/1.2/static/
7digitalAPI.xsd" ><artist id="473615"><name>Veronica Falls</
name><sortName>Veronica Falls</sortName><url>
http://www.7digital.com/
artists/veronica-falls/?partner=1375</url><image>
http://cdn.
7static.com/static/img/artistimages/00/004/736/0000473615_150.jpg</
image><bio><text></text></bio></artist></response>?<?xml version="1.0"
encoding="utf-8" ?>
<response status="error" version="1.2">
<error code="9001">
<errorMessage>Unhandled 7digital API server error.</errorMessage>
</error>
</response>
It seems that we get a legitimate response, but an error code is also
attached to it.
Aaron