15 lines
898 B
Plaintext
15 lines
898 B
Plaintext
|
|
#include "ISAGMMSH.h"
|
|
SOAP_NMAC struct Namespace ISAGMMS_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},
|
|
{"ns3", "http://www.chinatelecom.com.cn/schema/ctcc/multimedia_messaging/v2_2", NULL, NULL},
|
|
{"ns4", "http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1", NULL, NULL},
|
|
{"ns1", "http://www.chinatelecom.com.cn/wsdl/ctcc/multimedia_messaging/notification/v2_2/service", NULL, NULL},
|
|
{"ns2", "http://www.chinatelecom.com.cn/schema/ctcc/multimedia_messaging/notification/v2_2/local", NULL, NULL},
|
|
{NULL, NULL, NULL, NULL}
|
|
};
|