Is the access set on the login method (i.e. private, public or remote)?. I think it should be set to "remote" if I'm not mistaken. Not being set correctly could throw that error.
Dominic On 18/10/2007, David Adress <[EMAIL PROTECTED]> wrote: > > Does this help at all? > > https://www.devcallnow.com/WebService/OneCallNow.asmx?op=Login > > > > -----Original Message----- > From: David Adress [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 1:06 PM > To: [email protected] > Subject: RE: Web Service Help > > > I tried it with all case and I tried with the token being an argument as > well. Still nothing. > > -----Original Message----- > From: Paul Vernon [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 12:52 PM > To: CF-Talk > Subject: RE: Web Service Help > > > > <cfinvoke webservice = > > "http://www.devcallnow.com/WebService/OneCallNow.asmx?wsdl" > > method = "LOGIN" > > returnvariable = "Token"> > > > > <cfinvokeargument name="service" value="1"/> > > <cfinvokeargument name="groupkey" value="111111"/> > > <cfinvokeargument name="pin" value="1111"/> > > > > </cfinvoke> > > Not sure why you posted twice with different subjects but the issue may > well > be case Sensitivity. Should it be "Login"? > > Also, it seems that the Login function may require the LoginToken even > though it might well be optional... Seems odd that LoginToken is even > specified as an argument to the Login function. > > Paul > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291455 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

