I maintain a webshop that generates xml files of it's orders. These orders should be pushes to a URL of the fulfilment center using http-POST.
We build a script for this and tested it ones against the URL of the fulfilment center and it appears to work, but since we can't keep testing against that URL (as the FFC would think that it are real orders) I want to make my own test envoirement. Were I can dump the content sent with POST to one .xml per order again.
For this I tried several scripts including Dump XML Posts from 'php://input' to file, but none of them seem to work. Dumping to TXT would also be fine for testing purposes.
Does any of you have an idea what I can do?