This is what's in their web service guide: Login OCNErrorCode Login(int Service, int GroupKey, string PIN, ref string LoginToken) The Login method must be called prior to doing any other functionality through the web service. The Login function takes a Service, Group Key and PIN as input parameters and Token as an output parameter. The Service, Group Key and PIN identify a messenger or group leader within the group. This will also identify what privileges the messenger has.
The return parameter LoginToken is the login token for this session. It must be used for all other methods during the Web service call. The LoginToken will contain a unique value if the login is successful. If the login is not successful then the LoginToken will be blank. The return value is one of the enumerated values in OCNErrorCode. -----Original Message----- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:56 PM To: CF-Talk Subject: Re: Web Service Help Could "login" be a reserved word? Can you provide any more details? Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com Notice: This message, including any attachments, is confidential and may contain information that is privileged or exempt from disclosure. It is intended only for the person to whom it is addressed unless expressly authorized otherwise by the sender. If you are not an authorized recipient, please notify the sender immediately and permanently destroy all copies of this message and attachments. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291426 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

