We have an employee whose last name is Null. He kills our employee lookup application when his last name is used as the search term (which happens to be quite often now). The error received (thanks Fiddler!) is
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.MissingArgumentException : The SEARCHSTRING parameter to the getFacultyNames function is required but was not passed in.]</faultstring>
Cute, huh?
The parameter's type is string.
I am using:
- WSDL (SOAP).
- Flex 3.5
- ActionScript 3
- ColdFusion 8
Note that the error DOES NOT occur when calling the webservice as an object from a ColdFusion page.