Re: xml post
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-10-29 09:50:18
|
Hi Matt, On Tue, Oct 28, 2008 at 5:59 PM, Matt Love <mat...@av...> wrote: > I am trying to do an xml post with curl-loader similar to the curl commad > below: > > curl -F file=@/tmp/addexistingaccount.xml > http://localhost/nomadesk/index.php?TaskNavigator::Task=ReceiveMessage > > How is a similar command created in curl-loader .conf file? I have tried > setting the UPLOAD_FILE tag, to no avail. > I am trying to guess, what you are doing, since PRF was not provided, which is normally including your configuration, command-line, etc Could it be, that you missed that it should be POST or POST after GET? You may wish to run your curl command line, collect the capture by wireshark and attach it. There are several examples in curl-loader examples, like: curl-loader/conf-examples/post-form-tokens-fr-file.conf Still, without the PRF and the capture, it is just guessing. Sincerely, Robert Iakobashvili |