Question
Coldfusion admin api via web services?
Hi There,
I'm looking ti access the coldfusion admin api using web services, but not from coldfusion so I cant use the normal createObject("component","cfide.adminapi.administrator").login("admin"); I've tried using SOAP to request the login method at http://mydomain.com/cfide/adminapi/administrator.cfc?wsdl but the request fails as coldfusion returns the login dialog (as it does if you try to access the WSDL from a browser.
Does anyone know if it's possible to login and access the CFIDE through standard SOAP calls rather than just through coldfusion and how I might go about it.
Thanks in advance,
Tom
I'm looking ti access the coldfusion admin api using web services, but not from coldfusion so I cant use the normal createObject("component","cfide.adminapi.administrator").login("admin"); I've tried using SOAP to request the login method at http://mydomain.com/cfide/adminapi/administrator.cfc?wsdl but the request fails as coldfusion returns the login dialog (as it does if you try to access the WSDL from a browser.
Does anyone know if it's possible to login and access the CFIDE through standard SOAP calls rather than just through coldfusion and how I might go about it.
Thanks in advance,
Tom
