blob: 6461773e9162d29b34865d349eac840873f7e269 [file] [log] [blame]
#include "soapH.h"
#include "t.nsmap"
int main() { time_t t; soap_call_t__gmt(soap_new(), "http://www.cs.fsu.edu/~engelen/gmtlitserver.cgi", "", t); return printf("The current time is %s\n", ctime(&t)); }