http://www.cfquickdocs.com/?sourceid=cfQDSearch1.02&getDoc=cfinvoke
<cfinvoke webservice="https://api.del.icio.us/v1/posts/all?" method="Update" returnvariable="myvar"> <cfinvokeargument name="username" value="yourusername"/> <cfinvokeargument name="password" value="yourpassword"/> </cfinvoke> On 11/3/06, Ken <[EMAIL PROTECTED]> wrote: > > Hi. I need to invoke a webservice. > When using cfinvoke, I get this error message: > > Could not generate stub objects for web service invocation. > > I think here's the problem. In its documentation, it says the following: > All APIs are done over https and require HTTP-Auth. > > Can someone tell me how can I pass that auth info? I did it like this: > <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:259134 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

