Thats where the xml is. Wordpress is not seeing it as a POST. I'm starting to think the problem is on Wordpresses end.
On 6/8/07, Charles Galpin <[EMAIL PROTECTED]> wrote:
On Jun 8, 2007, at 3:07 PM, dorkie dork from dorktown wrote: > it receives it as post. here is the result and a snippet from the > php code: > > Note that there is nothing in these requests. I suggest printing $HTTP_RAW_POST_DATA I found when posting XML to php, if it's all XML, then the normal variables don't contain anything, but $HTTP_RAW_POST_DATA had it all. hth charles

