home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Komunik / sambar / sambar53b3.exe / syssoap / echoNull.c < prev    next >
Encoding:
Text File  |  2002-09-17  |  218 b   |  9 lines

  1. /*
  2. ** echoString web service handler.
  3. */
  4. value = soapParameterGet($soap, "echoNull");
  5. if (value != NULL)
  6.     soapResultError($soap, "ignore", "echoNull not passed 'NULL'");
  7. else
  8.     soapResultAdd($soap, NULL, NULL);
  9.