are the arguments case sensitive??
if so, it needs to be 'Pin'

On 10/19/07, David Adress <[EMAIL PROTECTED]> wrote:
>
> that was an older email...this is the new code....
>
> <cftry>
>                 <cfinvoke
> webservice="http://www.devcallnow.com/WebService/OneCallNow.asmx?wsdl";
> method="Login" returnvariable="LoginToken">
>                         <cfinvokeargument name="Service" value="1"/>
>                         <cfinvokeargument name="GroupKey" value="1111"/>
>                         <cfinvokeargument name="PIN" value="1111"/>
>                         <cfinvokeargument name="LoginToken" value=""/>
>                 </cfinvoke>
>                 <cfdump var="#LoginToken.readResolve()#">
>                 <cfcatch>
>                         <cfdump var="#cfcatch#">
>                 </cfcatch>
> </cftry>
>
> -----Original Message-----
> From: AJ Mercer [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 18, 2007 9:38 PM
> To: CF-Talk
> Subject: Re: Web Service HELL
>
>
> It is not passed in via cfinvokeargument  in the code you have shown here
>
> On 10/19/07, David Adress <[EMAIL PROTECTED]> wrote:
> >
> > I think so..it does not work without it.
> >
> > -----Original Message-----
> > From: AJ Mercer [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, October 18, 2007 8:40 PM
> > To: CF-Talk
> > Subject: Re: Web Service HELL
> >
> >
> > do you need to pass in 'LoginToken' as well?
> >
> > On 10/19/07, david adress <[EMAIL PROTECTED]> wrote:
> > >
> > > I can't for the life of me figure out why this is not working. I keep
> > > getting
> > > Web service operation "Login" could not be found.  I tried deleting
> the
> > > web service from cf admin. I tried stopping and starting the service.
> I
> > am
> > > using cf7 and running local on a windows xp machine. The code is:
> > >
> > >
> > > <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>
> > >
> > >
> >
> >
> >
> >
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291511
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