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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-09-17
|
218 b
|
9 lines
/*
** echoString web service handler.
*/
value = soapParameterGet($soap, "echoNull");
if (value != NULL)
soapResultError($soap, "ignore", "echoNull not passed 'NULL'");
else
soapResultAdd($soap, NULL, NULL);