Microsoft
Software
Hardware
Network
Question : passing xml data to a url
hi.
im trying to send data to a web service url.
my first question is: can i post xml data using sendAndLoad? eg. myVars.sendAndLoad("
http:/
/www.url.c
om/create
"
, myVars, "POST"); where myVars.data =
blah
etc? my angle brackets get converted to %3C and %3E
my second question: i expect my var 'data' will get quite long (over 1000 characters potentially) will this make an impact on using sendAndLoad?
Answer : passing xml data to a url
Hi,
The data will likely be escaped. Do you have the ability to unescape the data when received? Are you sending to php?
The size is probably okay, I've had large files returned from php to flash without problems.
Random Solutions
How to use only port 80 for Outlook Web Access
Remote Desktop - don't log the user out
GPO Not redirecting "My Documents" folder to new server.
Parsing String Using Functions and Regular Expressions
Subqueries
Automatic Typing. Bug? Virus?
Exchange server 2003 ent edition finding sent messages of particular date
Cannot access remote pc, because wrong username or password is saved
google search method
Permitting internal and outgoing HTML and Rich text in Exchange but converting incoming (external) HTML emails to plain text.