CF9 AdminAPI administrator.cfc Axis Issue
Not sure if anyone's come up against this one before, but searching the forums and Googling is getting me nowhere.
Trying to use the AdminAPI and all work except for the main Administrator.cfc, which annoyingly I need to login. Any of the other cfc's I can introspect, such as:
http://127.0.0.1/CFIDE/adminapi/security.cfc?WSDL - not an issue
However this one doesn't work:
http://127.0.0.1/CFIDE/adminapi/administrator.cfc?WSDL
And I get the following error:
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - Error attempting to create Java skeleton for CFC web service.; nested exception is:
coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.CFCInvocationException : returnType must be defined for remote CFC functions.]
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Error attempting to create Java skeleton for CFC web service.; nested exception is:
coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.CFCInvocationException : returnType must be defined for remote CFC functions.]
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname
Has anyone seen this before? Can anyone help? This is causing me real issues!
Cheers muchly
O.