We have an employee whose surname is Null. Our employee lookup application is killed when that last name is used as the search term (which happens to be quite often now). The error received (thanks Fiddler!) is:
soapenv:Server.userException
coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.MissingArgumentException : The SEARCHSTRING parameter to the getFacultyNames function is required but was not passed in.]
Cute, huh?
The parameter type is string
.
I am using:
Note that the error does not occur when calling the webservice as an object from a ColdFusion page.