|
Revision 1725, 0.5 kB
(checked in by xkovah, 4 months ago)
|
moving stuff around
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
#include "soapH.h" |
|---|
| 3 |
SOAP_NMAC struct Namespace namespaces[] = |
|---|
| 4 |
{ |
|---|
| 5 |
{"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL}, |
|---|
| 6 |
{"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL}, |
|---|
| 7 |
{"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, |
|---|
| 8 |
{"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, |
|---|
| 9 |
{"ns", "capture", NULL, NULL}, |
|---|
| 10 |
{NULL, NULL, NULL, NULL} |
|---|
| 11 |
}; |
|---|