Hi,
I have a server with ColdFusion8 and Windows 2003. This has
IIS 6.0 installed and hosts multiple sites with differeny internal
IP's. I created an IIS record entry which refers to a directory
containing some .cfm files and a web service (.cfc) in a
subdirectory. When I type in the url of one of the .cfm files (e.g.
http://IPAddress/test.cfm),
the file displays properly. However when I type in the url of one
of the .cfc files (e.g.
http://IPAddress/cfc/CustomerRequest.cfc?wsdl)
it gives me the following error:
Fault - Error attempting to create Java skeleton for CFC web
service.; nested exception is:
coldfusion.xml.rpc.CFCInvocationException:
[coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException
: Cannot resolve CFC datatype: /cfc/CustomerRequest.cfc.]
One thing I found is that if I type in
http://IPAddress/cfc/CustomerRequest.cfc?wsdl,
it seems to go to another website hosted on the same machine, even
though the IP's don't match. I copied the same .cfc file to the
directory pointed by the second IP address and this url would work.
I was wondering if anyone has encountered this problem before?
Sincerely,
Jason