> Username and Password are passed as http basic authentication headers
> with a cfinvoke call, not as method arguments. Rename the arguments to
> WSusername and WSpassword and pass those instead.

OK, if I change it to this:

<cfinvoke webservice="www.MyRemoteSite/siteA_process.cfc?wsdl"
           method="getLOGIN"
          returnvariable="getLOGIN"
          MSusername="#form.username#"
          MSpassword="#form.password#" >

....and use the following in my "getLOGIN" component:

   <cfargument name="WSusername" type="string" required="true"/>
   <cfargument name="WSpassword" type="string" required="true"/>

I get an error.

  Web service operation "getLOGIN" with parameters 
{WSUSERNAME={myUSER},WSPASSWORD={myPASS},} could not be found.

If I comment OUT the form variables above and hardcode the user and pass 
into the query, it works properly.

I'm completely stumped at this point.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263688
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to