blob: b902ca0abd2324a80fb52e6a7dee615daf524fdb [file] [log] [blame]
#include "soapH.h"
#include "h.nsmap"
int main() { return soap_serve(soap_new()); } int h__hello(struct soap *soap, char *&s) { s = "Hello World!"; return SOAP_OK; }