~vcs-imports/simias/trunk

« back to all changes in this revision

Viewing changes to simias/tools/gsoap/gsoap-linux-2.7/gsoap-symbian/interop2C.nsmap

  • Committer: kalidasbala
  • Date: 2007-08-25 12:48:51 UTC
  • Revision ID: vcs-imports@canonical.com-20070825124851-vlfvzun3732ld196
Latest gsoap code update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
        {"s", "http://soapinterop.org/xsd", NULL, NULL},
 
10
        {"ns", "http://soapinterop.org/", NULL, NULL},
 
11
        {"h", "http://soapinterop.org/echoheader/", NULL, NULL},
 
12
        {"m", "http://soapinterop.org/", NULL, NULL},
 
13
        {NULL, NULL, NULL, NULL}
 
14
};