cwmp.nsmap 676 B

1234567891011
  1. #include "stdsoap2.h"
  2. /* This defines the global XML namespaces[] table to #include and compile */
  3. SOAP_NMAC struct Namespace namespaces[] = {
  4. { "SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL },
  5. { "SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL },
  6. { "xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL },
  7. { "xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL },
  8. { "cwmp", "urn:dslforum-org:cwmp-1-2", NULL, NULL },
  9. { NULL, NULL, NULL, NULL}
  10. };