#include <string>
#include <time.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | SOAPEncoder |
Defines | |
#define | SOAPENCODER_H |
#define | encodeArg(a) encodeArgument( "" #a "" , a ) |
#define | __int64 long long |
|
Definition at line 56 of file SOAPEncoder.h. |
|
Definition at line 55 of file SOAPEncoder.h. |
|
SimpleSOAP Library: Implements a simplified version of SOAP (Simple Object Access Protocol). Copyright (C) 2000 Scott Seely, scott@scottseely.com modifications by Gerard J. Cerchio gjpc@circlesoft.com This library is public domain software SOAPEncoder.h: interface for the SOAPEncoder class.
The code compiles and executes under MSVC .NET and GNU 3.3 It has been run under Debian, SUSE, CYGWIN and WinXP Revision 1.2 2004/04/23 16:59:26 gjpc expanded the Simple SOAP package to allow RPC's within RPC's Definition at line 32 of file SOAPEncoder.h. |