| View previous topic :: View next topic |
| Author |
Message |
BladeFX
Joined: 30 Jan 2008 Posts: 1
|
Posted: Wed Jan 30, 2008 12:53 pm Post subject: WriteData to http-object. |
|
|
I need to read and send xml data from and to a secured URL, from within an ASP page. The ReadData property works, but when I try to use WriteData I receive the following error in my sites logfile:
Object_doesn't_support_this_property_or_method:_'objHttp.WriteData'.
I'm either missing the obvious, or I've made a completely wrong approach to handle my problem.
Can anyone provide any ideas where I go wrong? |
|
| Back to top |
|
 |
Leon
Joined: 11 Jul 2007 Posts: 408
|
Posted: Wed Jan 30, 2008 1:07 pm Post subject: |
|
|
Hi,
This command is not in the API anymore. Please use HTTP-POST for this, please have a look at the HTTPPost samples included with the product (VBScript directory).
Best regards,
Leon Steijger
ActiveXperts Software |
|
| Back to top |
|
 |
|