Hi All

I've got a MachII app that I'm trying to set up a web service for. For
dealing with member the app has the following CFC's

/AppName/model/MemberListener.cfc - interface to MachII
/AppName/model/Member.cfc - main memeber object
/AppName/model/MemberManager.cfc - for dealing with groups or members
/AppName/model/MemberDB.cfc - interface to DB

(/AppName is a CF mapping)


What I am trying to do now is add a MemberWS.cfc which will act as a web
service interface/facade to the  Member.cfc. The problem is that when I
call:

<cfset Member =
createObject("component","AppName.model.Member").configure()>

and then request the Webservice WSDL file
(http://domain/model/MemberWS.cfc?WSDL) I get the following error:

--------------------
AXIS error

Sorry, something seems to have gone wrong... here are the details:

Fault -
[coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException :
Could not resolve CFC datatype: AppName.model.Member][; nested exception is:
        coldfusion.xml.rpc.CFCInvocationException:
[coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException :
Could not resolve CFC datatype: AppName.model.Member][

AxisFault
 faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode:
 faultString:
[coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException :
Could not resolve CFC datatype: AppName.model.Member][; nested exception is:
        coldfusion.xml.rpc.CFCInvocationException:
[coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException :
Could not resolve CFC datatype: AppName.model.Member][
 faultActor:
 faultNode:
 faultDetail:
---------------------

The component browser has no problems with the file and I know the
AppName.model.Member path is right because it works everywhere else.

Any ideas would be appreciated.


Cheers

Mark


______________
Mark Stanton
Technical Director
Gruden Pty Ltd
Tel: 9956 6388
Mob: 0410 458 201
Fax: 9956 8433
http://www.gruden.com


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to