Hey guys. I have to consume a web service that has the following line
in its documentation:
"All APIs are done over https and require HTTP-Auth"
If i try to access it over the browser, I get a username/password prompt.

I need to access this: https://api.del.icio.us/v1/posts/all?

Please tell how to consume a web service that requires http-Auth?

Please don't send me links to cfdocs. I have already tried using
cfinvoke, but it doesn't work.
I get this error message with cfinvoke:
"Could not generate stub objects for web service invocation."

My code is:
<cfinvoke webservice="https://api.del.icio.us/v1/posts/all?";
method="Update" returnvariable="myvar" username="myuser"
password="mypassword">

Please help.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259352
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to