Searched refs:targetNamespace (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dwsdl.cpp94 targetNamespace = "";
239 targetNamespace = schema->targetNamespace;
241 cerr << "Found schema " << (targetNamespace?targetNamespace:"") << " when expecting WSDL" << endl;
278 cerr << "Preprocessing wsdl definitions " << (targetNamespace?targetNamespace:"?") << endl;
297 cerr << "Adding imported WSDL " << ((*i).location?(*i).location:"") << " to " << (name?name:"") << " namespace " << (targetNamespace?targetNamespace:"") << endl;
315 if (!(*i)->targetNamespace)
[all...]
H A Dsoap.cpp51 const char *token = qname_token(message, definitions.targetNamespace);
66 { token = qname_token(message, importdefinitions->targetNamespace);
89 cerr << "Warning: soap header has no matching part in message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace:"") << endl;
92 cerr << "Warning: could not find header part " << (part?part:"") << " message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace:"") << endl;
125 const char *token = qname_token(message, definitions.targetNamespace);
140 { token = qname_token(message, importdefinitions->targetNamespace);
163 cerr << "Warning: soap headerfault has no matching part in message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace
[all...]
H A Dschema.cpp63 targetNamespace = NULL;
75 targetNamespace = NULL;
93 targetNamespace = NULL;
126 if (targetNamespace && schema.targetNamespace && strcmp(targetNamespace, schema.targetNamespace))
127 fprintf(stderr, "Warning: attempt to include schema with mismatching targetNamespace '%s' in schema '%s'\n", schema.targetNamespace, targetNamespace);
[all...]
H A Dservice.cpp138 URI = definitions.targetNamespace;
141 URI = (char*)soap_malloc(definitions.soap, strlen(definitions.targetNamespace) + strlen((*binding).name) + 2);
142 strcpy(URI, definitions.targetNamespace);
439 banner(definitions.targetNamespace?definitions.targetNamespace:"targetNamespace");
511 if (definitions.targetNamespace && *definitions.targetNamespace)
512 fprintf(stream, "%s = \"%s\"\n", types.nsprefix(service_prefix, definitions.targetNamespace), definitions.targetNamespace);
[all...]
H A Dtypes.cpp986 baseURI = simpleType.restriction->simpleTypePtr()->schemaPtr()->targetNamespace;
1380 baseURI = p->simpleContent->restriction->simpleTypePtr()->schemaPtr()->targetNamespace;
1390 baseURI = p->simpleContent->extension->simpleTypePtr()->schemaPtr()->targetNamespace;
1461 baseURI = p->simpleContent->restriction->simpleTypePtr()->schemaPtr()->targetNamespace;
1471 baseURI = p->simpleContent->extension->simpleTypePtr()->schemaPtr()->targetNamespace;
1519 baseURI = complexType.simpleContent->extension->complexTypePtr()->schemaPtr()->targetNamespace;
1525 baseURI = complexType.simpleContent->extension->simpleTypePtr()->schemaPtr()->targetNamespace;
1527 baseURI = complexType.simpleContent->extension->complexTypePtr()->schemaPtr()->targetNamespace;
1657 baseURI = p->schemaPtr()->targetNamespace;
1664 pURI = p->schemaPtr()->targetNamespace;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dwsdl.cpp94 targetNamespace = "";
239 targetNamespace = schema->targetNamespace;
241 cerr << "Found schema " << (targetNamespace?targetNamespace:"") << " when expecting WSDL" << endl;
278 cerr << "Preprocessing wsdl definitions " << (targetNamespace?targetNamespace:"?") << endl;
297 cerr << "Adding imported WSDL " << ((*i).location?(*i).location:"") << " to " << (name?name:"") << " namespace " << (targetNamespace?targetNamespace:"") << endl;
315 if (!(*i)->targetNamespace)
[all...]
H A Dsoap.cpp51 const char *token = qname_token(message, definitions.targetNamespace);
66 { token = qname_token(message, importdefinitions->targetNamespace);
89 cerr << "Warning: soap header has no matching part in message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace:"") << endl;
92 cerr << "Warning: could not find header part " << (part?part:"") << " message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace:"") << endl;
125 const char *token = qname_token(message, definitions.targetNamespace);
140 { token = qname_token(message, importdefinitions->targetNamespace);
163 cerr << "Warning: soap headerfault has no matching part in message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace
[all...]
H A Dschema.cpp63 targetNamespace = NULL;
75 targetNamespace = NULL;
93 targetNamespace = NULL;
126 if (targetNamespace && schema.targetNamespace && strcmp(targetNamespace, schema.targetNamespace))
127 fprintf(stderr, "Warning: attempt to include schema with mismatching targetNamespace '%s' in schema '%s'\n", schema.targetNamespace, targetNamespace);
[all...]
H A Dservice.cpp138 URI = definitions.targetNamespace;
141 URI = (char*)soap_malloc(definitions.soap, strlen(definitions.targetNamespace) + strlen((*binding).name) + 2);
142 strcpy(URI, definitions.targetNamespace);
439 banner(definitions.targetNamespace?definitions.targetNamespace:"targetNamespace");
511 if (definitions.targetNamespace && *definitions.targetNamespace)
512 fprintf(stream, "%s = \"%s\"\n", types.nsprefix(service_prefix, definitions.targetNamespace), definitions.targetNamespace);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dsoap.cpp51 const char *token = qname_token(message, definitions.targetNamespace);
66 { token = qname_token(message, importdefinitions->targetNamespace);
89 cerr << "Warning: soap header has no matching part in message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace:"") << endl;
92 cerr << "Warning: could not find header part " << (part?part:"") << " message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace:"") << endl;
125 const char *token = qname_token(message, definitions.targetNamespace);
140 { token = qname_token(message, importdefinitions->targetNamespace);
163 cerr << "Warning: soap headerfault has no matching part in message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace
[all...]
H A Dschema.cpp63 targetNamespace = NULL;
75 targetNamespace = NULL;
93 targetNamespace = NULL;
126 if (targetNamespace && schema.targetNamespace && strcmp(targetNamespace, schema.targetNamespace))
127 fprintf(stderr, "Warning: attempt to include schema with mismatching targetNamespace '%s' in schema '%s'\n", schema.targetNamespace, targetNamespace);
[all...]
H A Dservice.cpp138 URI = definitions.targetNamespace;
141 URI = (char*)soap_malloc(definitions.soap, strlen(definitions.targetNamespace) + strlen((*binding).name) + 2);
142 strcpy(URI, definitions.targetNamespace);
439 banner(definitions.targetNamespace?definitions.targetNamespace:"targetNamespace");
511 if (definitions.targetNamespace && *definitions.targetNamespace)
512 fprintf(stream, "%s = \"%s\"\n", types.nsprefix(service_prefix, definitions.targetNamespace), definitions.targetNamespace);
[all...]
H A Dtypes.cpp986 baseURI = simpleType.restriction->simpleTypePtr()->schemaPtr()->targetNamespace;
1380 baseURI = p->simpleContent->restriction->simpleTypePtr()->schemaPtr()->targetNamespace;
1390 baseURI = p->simpleContent->extension->simpleTypePtr()->schemaPtr()->targetNamespace;
1461 baseURI = p->simpleContent->restriction->simpleTypePtr()->schemaPtr()->targetNamespace;
1471 baseURI = p->simpleContent->extension->simpleTypePtr()->schemaPtr()->targetNamespace;
1519 baseURI = complexType.simpleContent->extension->complexTypePtr()->schemaPtr()->targetNamespace;
1525 baseURI = complexType.simpleContent->extension->simpleTypePtr()->schemaPtr()->targetNamespace;
1527 baseURI = complexType.simpleContent->extension->complexTypePtr()->schemaPtr()->targetNamespace;
1657 baseURI = p->schemaPtr()->targetNamespace;
1664 pURI = p->schemaPtr()->targetNamespace;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dsoap.cpp51 const char *token = qname_token(message, definitions.targetNamespace);
66 { token = qname_token(message, importdefinitions->targetNamespace);
89 cerr << "Warning: soap header has no matching part in message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace:"") << endl;
92 cerr << "Warning: could not find header part " << (part?part:"") << " message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace:"") << endl;
125 const char *token = qname_token(message, definitions.targetNamespace);
140 { token = qname_token(message, importdefinitions->targetNamespace);
163 cerr << "Warning: soap headerfault has no matching part in message " << (message?message:"") << " in WSDL definitions " << definitions.name << " namespace " << (definitions.targetNamespace?definitions.targetNamespace
[all...]
H A Dschema.cpp63 targetNamespace = NULL;
75 targetNamespace = NULL;
93 targetNamespace = NULL;
126 if (targetNamespace && schema.targetNamespace && strcmp(targetNamespace, schema.targetNamespace))
127 fprintf(stderr, "Warning: attempt to include schema with mismatching targetNamespace '%s' in schema '%s'\n", schema.targetNamespace, targetNamespace);
[all...]
H A Dservice.cpp138 URI = definitions.targetNamespace;
141 URI = (char*)soap_malloc(definitions.soap, strlen(definitions.targetNamespace) + strlen((*binding).name) + 2);
142 strcpy(URI, definitions.targetNamespace);
439 banner(definitions.targetNamespace?definitions.targetNamespace:"targetNamespace");
511 if (definitions.targetNamespace && *definitions.targetNamespace)
512 fprintf(stream, "%s = \"%s\"\n", types.nsprefix(service_prefix, definitions.targetNamespace), definitions.targetNamespace);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DschemasInternals.h264 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttribute
376 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttributeGroup
633 const xmlChar *targetNamespace; member in struct:_xmlSchemaType
780 const xmlChar *targetNamespace; member in struct:_xmlSchemaElement
846 const xmlChar *targetNamespace; member in struct:_xmlSchemaNotation
925 const xmlChar *targetNamespace; /* the target namespace */ member in struct:_xmlSchema
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DschemasInternals.h264 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttribute
376 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttributeGroup
633 const xmlChar *targetNamespace; member in struct:_xmlSchemaType
780 const xmlChar *targetNamespace; member in struct:_xmlSchemaElement
846 const xmlChar *targetNamespace; member in struct:_xmlSchemaNotation
925 const xmlChar *targetNamespace; /* the target namespace */ member in struct:_xmlSchema
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DschemasInternals.in.h264 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttribute
376 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttributeGroup
633 const xmlChar *targetNamespace; member in struct:_xmlSchemaType
780 const xmlChar *targetNamespace; member in struct:_xmlSchemaElement
846 const xmlChar *targetNamespace; member in struct:_xmlSchemaNotation
925 const xmlChar *targetNamespace; /* the target namespace */ member in struct:_xmlSchema
H A Dxmlschemas.c30 * IDC XPath expression and chameleon includes: the targetNamespace is changed, so
175 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace
398 const xmlChar *targetNamespace; member in struct:_xmlSchemaBucket
426 * For chameleon includes, @targetNamespace will be the
427 * targetNamespace of the including schema.
429 const xmlChar *targetNamespace; member in struct:_xmlSchemaImport
453 const xmlChar *targetNamespace; member in struct:_xmlSchemaInclude
545 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttributeUseProhib
628 const xmlChar *targetNamespace; member in struct:_xmlSchemaParserCtxt
649 const xmlChar *targetNamespace; member in struct:_xmlSchemaQNameRef
705 const xmlChar *targetNamespace; member in struct:_xmlSchemaModelGroupDef
742 const xmlChar *targetNamespace; member in struct:_xmlSchemaIDC
3526 xmlSchemaBucketCreate(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *targetNamespace) argument
8285 xmlSchemaParseIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType idcCategory, const xmlChar *targetNamespace) argument
10022 xmlSchemaGetChameleonSchemaBucket(xmlSchemaParserCtxtPtr pctxt, const xmlChar *schemaLocation, const xmlChar *targetNamespace) argument
10051 xmlSchemaGetSchemaBucketByTNS(xmlSchemaParserCtxtPtr pctxt, const xmlChar *targetNamespace, int imported) argument
10274 const xmlChar *targetNamespace = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DschemasInternals.h264 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttribute
376 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttributeGroup
633 const xmlChar *targetNamespace; member in struct:_xmlSchemaType
780 const xmlChar *targetNamespace; member in struct:_xmlSchemaElement
846 const xmlChar *targetNamespace; member in struct:_xmlSchemaNotation
925 const xmlChar *targetNamespace; /* the target namespace */ member in struct:_xmlSchema
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DschemasInternals.in.h264 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttribute
376 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttributeGroup
633 const xmlChar *targetNamespace; member in struct:_xmlSchemaType
780 const xmlChar *targetNamespace; member in struct:_xmlSchemaElement
846 const xmlChar *targetNamespace; member in struct:_xmlSchemaNotation
925 const xmlChar *targetNamespace; /* the target namespace */ member in struct:_xmlSchema
H A Dxmlschemas.c30 * IDC XPath expression and chameleon includes: the targetNamespace is changed, so
175 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace
398 const xmlChar *targetNamespace; member in struct:_xmlSchemaBucket
426 * For chameleon includes, @targetNamespace will be the
427 * targetNamespace of the including schema.
429 const xmlChar *targetNamespace; member in struct:_xmlSchemaImport
453 const xmlChar *targetNamespace; member in struct:_xmlSchemaInclude
545 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttributeUseProhib
628 const xmlChar *targetNamespace; member in struct:_xmlSchemaParserCtxt
649 const xmlChar *targetNamespace; member in struct:_xmlSchemaQNameRef
705 const xmlChar *targetNamespace; member in struct:_xmlSchemaModelGroupDef
742 const xmlChar *targetNamespace; member in struct:_xmlSchemaIDC
3526 xmlSchemaBucketCreate(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *targetNamespace) argument
8285 xmlSchemaParseIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType idcCategory, const xmlChar *targetNamespace) argument
10022 xmlSchemaGetChameleonSchemaBucket(xmlSchemaParserCtxtPtr pctxt, const xmlChar *schemaLocation, const xmlChar *targetNamespace) argument
10051 xmlSchemaGetSchemaBucketByTNS(xmlSchemaParserCtxtPtr pctxt, const xmlChar *targetNamespace, int imported) argument
10274 const xmlChar *targetNamespace = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c30 * IDC XPath expression and chameleon includes: the targetNamespace is changed, so
175 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace
398 const xmlChar *targetNamespace; member in struct:_xmlSchemaBucket
426 * For chameleon includes, @targetNamespace will be the
427 * targetNamespace of the including schema.
429 const xmlChar *targetNamespace; member in struct:_xmlSchemaImport
453 const xmlChar *targetNamespace; member in struct:_xmlSchemaInclude
545 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttributeUseProhib
628 const xmlChar *targetNamespace; member in struct:_xmlSchemaParserCtxt
649 const xmlChar *targetNamespace; member in struct:_xmlSchemaQNameRef
705 const xmlChar *targetNamespace; member in struct:_xmlSchemaModelGroupDef
742 const xmlChar *targetNamespace; member in struct:_xmlSchemaIDC
3526 xmlSchemaBucketCreate(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *targetNamespace) argument
8285 xmlSchemaParseIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType idcCategory, const xmlChar *targetNamespace) argument
10022 xmlSchemaGetChameleonSchemaBucket(xmlSchemaParserCtxtPtr pctxt, const xmlChar *schemaLocation, const xmlChar *targetNamespace) argument
10051 xmlSchemaGetSchemaBucketByTNS(xmlSchemaParserCtxtPtr pctxt, const xmlChar *targetNamespace, int imported) argument
10274 const xmlChar *targetNamespace = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemas.c30 * IDC XPath expression and chameleon includes: the targetNamespace is changed, so
175 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace
398 const xmlChar *targetNamespace; member in struct:_xmlSchemaBucket
426 * For chameleon includes, @targetNamespace will be the
427 * targetNamespace of the including schema.
429 const xmlChar *targetNamespace; member in struct:_xmlSchemaImport
453 const xmlChar *targetNamespace; member in struct:_xmlSchemaInclude
545 const xmlChar *targetNamespace; member in struct:_xmlSchemaAttributeUseProhib
628 const xmlChar *targetNamespace; member in struct:_xmlSchemaParserCtxt
649 const xmlChar *targetNamespace; member in struct:_xmlSchemaQNameRef
705 const xmlChar *targetNamespace; member in struct:_xmlSchemaModelGroupDef
742 const xmlChar *targetNamespace; member in struct:_xmlSchemaIDC
3526 xmlSchemaBucketCreate(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *targetNamespace) argument
8285 xmlSchemaParseIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType idcCategory, const xmlChar *targetNamespace) argument
10022 xmlSchemaGetChameleonSchemaBucket(xmlSchemaParserCtxtPtr pctxt, const xmlChar *schemaLocation, const xmlChar *targetNamespace) argument
10051 xmlSchemaGetSchemaBucketByTNS(xmlSchemaParserCtxtPtr pctxt, const xmlChar *targetNamespace, int imported) argument
10274 const xmlChar *targetNamespace = NULL; local
[all...]

Completed in 258 milliseconds

12