您的位置:首页 > 其它

gsoap namespaces命名空间定义

2016-03-26 15:31 417 查看
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},
{"wsa", "http://schemas.xmlsoap.org/ws/2004/08/addressing", NULL, NULL},
{"wsdd", "http://schemas.xmlsoap.org/ws/2005/04/discovery", NULL, NULL},
{"chan", "http://schemas.microsoft.com/ws/2005/02/duplex", NULL, NULL},
{"wsa5", "http://www.w3.org/2005/08/addressing", "http://schemas.xmlsoap.org/ws/2004/08/addressing", NULL},
{"c14n", "http://www.w3.org/2001/10/xml-exc-c14n#", NULL, NULL},
{"wsu", "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd", NULL, NULL},
{"xenc", "http://www.w3.org/2001/04/xmlenc#", NULL, NULL},
{"wsc", "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512", NULL, NULL},
{"ds", "http://www.w3.org/2000/09/xmldsig#", NULL, NULL},
{"wsse", "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd", NULL},
{"xmime", "http://tempuri.org/xmime.xsd", NULL, NULL},
{"xop", "http://www.w3.org/2004/08/xop/include", NULL, NULL},
{"ns3", "http://www.onvif.org/ver10/pacs", NULL, NULL},
{"tt", "http://www.onvif.org/ver10/schema", NULL, NULL},
{"wsrfbf", "http://docs.oasis-open.org/wsrf/bf-2", NULL, NULL},
{"wstop", "http://docs.oasis-open.org/wsn/t-1", NULL, NULL},
{"wsrfr", "http://docs.oasis-open.org/wsrf/r-2", NULL, NULL},
{"ns1", "http://www.onvif.org/ver10/actionengine/wsdl", NULL, NULL},
{"ns2", "http://www.onvif.org/ver10/accesscontrol/wsdl", NULL, NULL},
{"ns4", "http://www.onvif.org/ver10/doorcontrol/wsdl", NULL, NULL},
{"ns5", "http://www.onvif.org/ver10/advancedsecurity/wsdl", NULL, NULL},
{"ns6", "http://www.onvif.org/ver10/accessrules/wsdl", NULL, NULL},
{"ns7", "http://www.onvif.org/ver10/credential/wsdl", NULL, NULL},
{"ns8", "http://www.onvif.org/ver10/schedule/wsdl", NULL, NULL},
{"tad", "http://www.onvif.org/ver10/analyticsdevice/wsdl", NULL, NULL},
{"tan", "http://www.onvif.org/ver20/analytics/wsdl", NULL, NULL},
{"tdn", "http://www.onvif.org/ver10/network/wsdl", NULL, NULL},
{"tds", "http://www.onvif.org/ver10/device/wsdl", NULL, NULL},
{"tev", "http://www.onvif.org/ver10/events/wsdl", NULL, NULL},
{"wsnt", "http://docs.oasis-open.org/wsn/b-2", NULL, NULL},
{"timg", "http://www.onvif.org/ver20/imaging/wsdl", NULL, NULL},
{"tls", "http://www.onvif.org/ver10/display/wsdl", NULL, NULL},
{"tmd", "http://www.onvif.org/ver10/deviceIO/wsdl", NULL, NULL},
{"tptz", "http://www.onvif.org/ver20/ptz/wsdl", NULL, NULL},
{"trc", "http://www.onvif.org/ver10/recording/wsdl", NULL, NULL},
{"trp", "http://www.onvif.org/ver10/replay/wsdl", NULL, NULL},
{"trt", "http://www.onvif.org/ver10/media/wsdl", NULL, NULL},
{"trv", "http://www.onvif.org/ver10/receiver/wsdl", NULL, NULL},
{"tse", "http://www.onvif.org/ver10/search/wsdl", NULL, NULL},
{NULL, NULL, NULL, NULL}
};
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: