Hallo zusammen,
wir haben gerade einen Testlauf gestartet, der mehrere Immobilien exportiert und auf den PublishChannels 10000 sowie 10001 veröffentlichen soll. Wir erhalten jedoch scheinbar eine leere Antwort bei der Veröffentlichung auf dem PublishChannel 10001
Hier der Request:
---
POST http://rest.sandbox-immobilienscout24.de/restapi/api/offer/v1.0/publish HTTP/1.1
Content-Type: application/xml
Authorization: OAuth oauth_consumer_key="testzugang-import-api-aareon-wodisKey", oauth_nonce="", oauth_signature="", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1395822152", oauth_token="", oauth_version="1.0"
Host: rest.sandbox-immobilienscout24.de
Content-Length: 361
Expect: 100-continue
Proxy-Connection: Keep-Alive
<?xml version="1.0"?>
<publishObject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://rest.immobilienscout24.de/schema/common/1.0">
<realEstate id="62400482" title="Wohnanlage mit guter Verkehrsanbindung" xmlns="" />
<publishChannel id="10001" title="Homepage" xmlns="" />
</publishObject>---
Von unserer IT-Infrastruktur wird die originale Response ausgewertet und anders dargestellt.
Fehlermeldung vom Proxy mit dem Code 502 Bad Gateway:
HTTP/1.0 502 Bad Gateway
Server: squid/2.7.STABLE5
Date: Wed, 26 Mar 2014 08:22:30 GMT
Content-Type: text/html
Content-Length: 1079
X-Squid-Error: ERR_ZERO_SIZE_OBJECT 0Was können wir hier tun?
Der ApplicationKey ist dem Request enthalten.
Gruß,
Maik