If that is the case, it was probably built to be called as the action of a form post.
 
Which means, to upload a file, you will have to mime encode it and submit it as part of the multi-part mime form message.
 
Regards,
Gary
 
On 8/15/05, Jason Sheedy <[EMAIL PROTECTED]> wrote:
Hmm.. that is kinda wierd. It looks like the webservice is expecting a
direct file upload. Not sure how or if that would work or if you can
post a file with cfhttp. I would have thought you'd just post and xml
string.

- Jason

On 15/08/05, Shane Farmer <[EMAIL PROTECTED]> wrote:
> Jeremy,
>
>  It seems to be after a .net data type: System.Xml.XmlNode. You might find
> that it maps to a CF XML object or simply an XML string. The file might be
> able to be passed in as a string from a cffile. Just a thought.
>
>  On a side note, a good way to look at a .net web service is through Visual
> Studio (if you have access to it).
>
>  Shane
>  --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To
> unsubscribe send a blank email to
> [EMAIL PROTECTED] Aussie Macromedia
> Developers: http://lists.daemon.com.au/


--
Jason Sheedy
www.jmpj.net

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

--- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to