aboutsummaryrefslogtreecommitdiff
path: root/gsoap-symbian/interop2C.nsmap
blob: 33b119089554637e1144bcc6664398532b089701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include "soapH.h"
SOAP_NMAC struct Namespace namespaces[] =
{
	{"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL},
	{"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL},
	{"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL},
	{"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL},
	{"s", "http://soapinterop.org/xsd", NULL, NULL},
	{"ns", "http://soapinterop.org/", NULL, NULL},
	{"h", "http://soapinterop.org/echoheader/", NULL, NULL},
	{"m", "http://soapinterop.org/", NULL, NULL},
	{NULL, NULL, NULL, NULL}
};