|
Prev: enforcing field length in CFMX7 flash form
Next: cfdirectory create and cffile move no longer work inCF8.01
From: Nick201 on 21 Apr 2008 12:35 I would like to secure my webservice just like cfc.If i go to cfc it will ask me for userid and password. can i do that for wsdl. thankx
From: mojibake797 on 21 Apr 2008 16:15
On Apr 21, 12:35 pm, "Nick201" <webforumsu...(a)macromedia.com> wrote: > I would like to secure my webservice just like cfc.If i go to cfc it will ask me for userid and password. can i do that for wsdl. > > thankx yes. if you have access to the cfmx administrator you can then provide the username/password when you register the wsdl. or you can provide as you invoke the service <cfinvoke webservice="" username="" password=""> |