File: grisuHttpBinding.nsmap

package info (click to toggle)
gdis 0.90-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 10,332 kB
  • ctags: 9,022
  • sloc: ansic: 71,121; perl: 298; sh: 123; python: 115; makefile: 69; xml: 26
file content (15 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#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},
	{"xop", "http://www.w3.org/2004/08/xop/include", NULL, NULL},
	{"ns3", "http://model.fs.grisu.vpac.org", NULL, NULL},
	{"ns2", "http://exceptions.control.grisu.vpac.org", NULL, NULL},
	{"ns4", "http://control.grisu.vpac.org", NULL, NULL},
	{"ns1", "http://grisu.vpac.org/grisu-ws", NULL, NULL},
	{NULL, NULL, NULL, NULL}
};