-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathns1.nsmap
13 lines (12 loc) · 884 Bytes
/
ns1.nsmap
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "stdsoap2.h"
/* This defines the global XML namespaces[] table to #include and compile */
SOAP_NMAC struct Namespace namespaces[] = {
{ "SOAP-ENV", "http://www.w3.org/2003/05/soap-envelope", "http://schemas.xmlsoap.org/soap/envelope/", NULL },
{ "SOAP-ENC", "http://www.w3.org/2003/05/soap-encoding", "http://schemas.xmlsoap.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 },
{ "ns1", "http://www.energistics.org/energyml/data/witsmlv2", NULL, NULL },
{ "ns2", "http://www.energistics.org/energyml/data/commonv2", NULL, NULL },
{ "ns21", "http://cwitsml.org/ns21.xsd", NULL, NULL },
{ NULL, NULL, NULL, NULL} /* end of namespaces[] */
};