blob: 3cc36bf3566e8065e9fdf261f2c78ef019d46c94 [file] [log] [blame]
#include "soapH.h"
#include "t.nsmap"
int main() { return soap_serve(soap_new()); } int t__gmt(struct soap *soap, time_t &t) { t = time(0); return SOAP_OK; }