Howdy, I have a cfc, that I am trying to call as a web service. When I call it as a component, it works as intended, when I call it as a WS, the following error is generated:
Could not perform web service invocation "search" because AxisFault faultCode: http://xml.apache.org/axis/:Server.userException faultString: org.xml.sax.SAXParseException: Next character must be ">" terminating comment . faultActor: null faultDetail: stackTrace: org.xml.sax.SAXParseException: Next character must be ">" terminating comment . at If this is a common error, let me know what I can do to fix it, if not, and someone would like to take a look at the code, let me know as well. The webservice is a facade cfc with remote access. It calls other cfcs with package access. Thanks in advance, Justin ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
