I already had tried like you suggest but still not working...
Maybe something have to be with the xml namespace... my HTTP GET return this:
<Agencies xmlns="urn:abc:sap:integration">
<Agency>
<AgencyGUID>6FDA10C2-AF58-435B-A358-01D75A994E2E</AgencyGUID>
<AgencyName>Test Agency - Silvio Canha</AgencyName>
<CountryCode>gb</CountryCode>
<SAPInstance>gb</SAPInstance>
<ContactName>Nome de Contacto</ContactName>
<StreetAddress1>Endereco strada linha 1</StreetAddress1>
<StreetAddress2>Endereco strada linha 2</StreetAddress2>
<Suburb>... suburb</Suburb>
<Postcode>ESTADO codig post</Postcode>
<Country>pais</Country>
<ContactPhone>+291 phone</ContactPhone>
<ContactFax>+291 fax</ContactFax>
<ModificationDate>2013-07-16T11:11:26.920</ModificationDate>
</Agency>
</Agencies>
Any idea... ?
Thanks!