> I tried it with all case and I tried with the token being an argument
> as
> well. Still nothing.

If I run the following code as is, I get a huge Java object being returned
that seems to indicate that I have got incorrect details in the login post
but I don't get a method not found error. You code as it was does generate
the method not found error.

<cftry>
                <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"/>
                        <cfinvokeargument name="LoginToken" value=""/>
                </cfinvoke>
                <cfdump var="#Token#">
        <cfcatch>
                <cfdump var="#cfcatch#">
        </cfcatch>
</cftry>

Paul





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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