Can't get a response from POST

Can't get a response from POST

Hi all,

I am trying to get access to an XML response from a POST. Here is my code:

  1. $.post(host, request, function(data) { alert(data); }, 'xml');
host is a standard URL and request is an XML document...

The function (alert) never gets called. Any ideas???

Thank you in advance!