home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 February
/
PCWorld_2003-02_cd.bin
/
Komunik
/
sambar
/
sambar53b3.exe
/
syssoap
/
echoInteger.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
|
220 b
|
9 lines
/*
** echoInteger web service handler.
*/
value = soapParameterGet($soap, "echoInteger");
if (value != 5)
soapResultError($soap, "ignore", "echoInteger not passed '5'");
else
soapResultAdd($soap, NULL, value);