|
From: <ant...@re...> - 2002-10-22 06:21:24
|
I'm having a bit of trouble understanding how the URL and file based doc receipt works. The documentation states that for MSH to post the received document to a URL or file system, instead of using the onMessage function to provide a URL in the getClientUrl function. Using the LoopBack Class as an example, if I return a Url such as "file://C:/tmp" in the getClientUrl function, should the message that the loopback class has sent to itself be written to the directory that I specified. I have tried this and it seems that this is not the case. It still calls the onMessage function and there are no files written to the directory I specified. Any info is appreciated, Thanks Anthony Ellis |