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

前端 未结 9 2047
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-02 03:14

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). Th

9条回答
  •  -上瘾入骨i
    2020-12-02 04:04

    As a hack, you could consider having a special handling on the client side, converting 'Null' string to something that will never occur, for example, XXNULLXX and converting back on the server.

    It is not pretty, but it may solve the issue for such a boundary case.

提交回复
热议问题