How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3

asked15 years ago
last updated6 years ago
viewed943.2k times
Up Vote4.8kDown Vote

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: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 type is string.

I am using:

Note that the error occur when calling the webservice as an object from a ColdFusion page.