Searched refs:soap (Results 251 - 275 of 359) sorted by relevance

<<1112131415

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/router/
H A Drouter.c48 router -c request.soap
49 Sends the request message stored in file request.soap and returns
50 response to stdout where file request.soap contains a SOAP request with
56 endpoint in the HTTP header in request.soap is searched in the routing
60 header of request.soap is used to establish a connection if all other
64 router -c -ehttp://domain/path request.soap
70 other service endpoints in the table failed. File request.soap MAY
80 router -aSOAPAction request.soap
85 request.soap MAY contain an HTTP header but MUST of course contain a
89 router -c -rroutingtable.xml request.soap
292 struct soap soap, *tsoap; local
474 process_request(void *soap) argument
539 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/router/
H A Drouter.c48 router -c request.soap
49 Sends the request message stored in file request.soap and returns
50 response to stdout where file request.soap contains a SOAP request with
56 endpoint in the HTTP header in request.soap is searched in the routing
60 header of request.soap is used to establish a connection if all other
64 router -c -ehttp://domain/path request.soap
70 other service endpoints in the table failed. File request.soap MAY
80 router -aSOAPAction request.soap
85 request.soap MAY contain an HTTP header but MUST of course contain a
89 router -c -rroutingtable.xml request.soap
292 struct soap soap, *tsoap; local
474 process_request(void *soap) argument
539 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/xml-rpc/
H A Dxml-rpc-currentTimeServer.cpp45 int serve_request(soap*);
49 soap *ctx = soap_new();
78 int serve_request(soap* ctx)
H A Dxml-rpc-currentTime.cpp47 soap *ctx = soap_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/xml-rpc/
H A Dxml-rpc-currentTimeServer.cpp45 int serve_request(soap*);
49 soap *ctx = soap_new();
78 int serve_request(soap* ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dwsdl.cpp74 int warn_ignore(struct soap*, const char*);
75 int show_ignore(struct soap*, const char*);
78 { soap = soap_new1(SOAP_XML_TREE | SOAP_C_UTFSTRING);
80 soap_ssl_client_context(soap, SOAP_SSL_NO_AUTHENTICATION, NULL, NULL, NULL, NULL, NULL);
82 soap_set_namespaces(soap, namespaces);
83 soap_default(soap);
85 soap->fignore = show_ignore;
87 soap->fignore = warn_ignore;
88 soap->encodingStyle = NULL;
89 soap
122 get(struct soap *soap) argument
1123 { struct soap soap; local
1168 warn_ignore(struct soap *soap, const char *tag) argument
1179 show_ignore(struct soap *soap, const char *tag) argument
[all...]
H A Dschema.cpp40 extern int warn_ignore(struct soap*, const char*);
51 { soap = soap_new1(SOAP_XML_TREE | SOAP_C_UTFSTRING);
53 soap_ssl_client_context(soap, SOAP_SSL_NO_AUTHENTICATION, NULL, NULL, NULL, NULL, NULL);
55 soap_set_namespaces(soap, namespaces);
56 soap_default(soap);
57 soap->fignore = warn_ignore;
58 soap->encodingStyle = NULL;
59 soap->proxy_host = proxy_host;
60 soap->proxy_port = proxy_port;
61 soap
104 get(struct soap *soap) argument
1574 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dwsdl.cpp74 int warn_ignore(struct soap*, const char*);
75 int show_ignore(struct soap*, const char*);
78 { soap = soap_new1(SOAP_XML_TREE | SOAP_C_UTFSTRING);
80 soap_ssl_client_context(soap, SOAP_SSL_NO_AUTHENTICATION, NULL, NULL, NULL, NULL, NULL);
82 soap_set_namespaces(soap, namespaces);
83 soap_default(soap);
85 soap->fignore = show_ignore;
87 soap->fignore = warn_ignore;
88 soap->encodingStyle = NULL;
89 soap
122 get(struct soap *soap) argument
1123 { struct soap soap; local
1168 warn_ignore(struct soap *soap, const char *tag) argument
1179 show_ignore(struct soap *soap, const char *tag) argument
[all...]
H A Dschema.cpp40 extern int warn_ignore(struct soap*, const char*);
51 { soap = soap_new1(SOAP_XML_TREE | SOAP_C_UTFSTRING);
53 soap_ssl_client_context(soap, SOAP_SSL_NO_AUTHENTICATION, NULL, NULL, NULL, NULL, NULL);
55 soap_set_namespaces(soap, namespaces);
56 soap_default(soap);
57 soap->fignore = warn_ignore;
58 soap->encodingStyle = NULL;
59 soap->proxy_host = proxy_host;
60 soap->proxy_port = proxy_port;
61 soap
104 get(struct soap *soap) argument
1574 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dmd5evp.c56 int md5_handler(struct soap *soap, void **context, enum md5_action action, char *buf, size_t len) argument
66 { *context = (void*)SOAP_MALLOC(soap, sizeof(EVP_MD_CTX));
91 SOAP_FREE(soap, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dmd5evp.c56 int md5_handler(struct soap *soap, void **context, enum md5_action action, char *buf, size_t len) argument
66 { *context = (void*)SOAP_MALLOC(soap, sizeof(EVP_MD_CTX));
91 SOAP_FREE(soap, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/Symbian/
H A Dinterop2test.cpp28 { {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/"},
29 {"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/"},
34 {"a", "http://xml.apache.org/xml-soap"},
41 struct soap *soap; local
72 soap = soap_new();
73 soap->namespaces = (struct Namespace *)namespacesA;
75 // soap.send_timeout = 30;
76 // soap.recv_timeout = 30;
153 if (soap_call_ns__echoString(soap, sit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/varparam/
H A Dvarparam.cpp54 { struct soap soap; local
58 soap_init(&soap);
60 { soap_serve(&soap);
61 soap_destroy(&soap);
62 soap_end(&soap);
80 if (soap_call_ns__varPolyParamTest(&soap, endpoint, "", n, p, r))
81 soap_print_fault(&soap, stderr);
92 { if (soap_call_ns__varStringParamTest(&soap, endpoint, "", argc, argv, n))
93 soap_print_fault(&soap, stder
109 ns__varStringParamTest(struct soap *soap, int __size, char **param, int &return_) argument
114 ns__varPolyParamTest(struct soap *soap, int __size, xsd__anyType **param, struct ns__varPolyParamTestResponse &out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/Symbian/
H A Dinterop2test.cpp28 { {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/"},
29 {"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/"},
34 {"a", "http://xml.apache.org/xml-soap"},
41 struct soap *soap; local
72 soap = soap_new();
73 soap->namespaces = (struct Namespace *)namespacesA;
75 // soap.send_timeout = 30;
76 // soap.recv_timeout = 30;
153 if (soap_call_ns__echoString(soap, sit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/varparam/
H A Dvarparam.cpp54 { struct soap soap; local
58 soap_init(&soap);
60 { soap_serve(&soap);
61 soap_destroy(&soap);
62 soap_end(&soap);
80 if (soap_call_ns__varPolyParamTest(&soap, endpoint, "", n, p, r))
81 soap_print_fault(&soap, stderr);
92 { if (soap_call_ns__varStringParamTest(&soap, endpoint, "", argc, argv, n))
93 soap_print_fault(&soap, stder
109 ns__varStringParamTest(struct soap *soap, int __size, char **param, int &return_) argument
114 ns__varPolyParamTest(struct soap *soap, int __size, xsd__anyType **param, struct ns__varPolyParamTestResponse &out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.h12 class SOAP_CMAC calcProxy : public soap
19 calcProxy(const struct soap&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.h12 class SOAP_CMAC calcProxy : public soap
19 calcProxy(const struct soap&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link/
H A DMakefile41 rm -f *.o soapH.h soapStub.h soapC.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp soap*Proxy.h soap*Proxy.cpp soap*Service.h soap*Service.cpp
43 rm -f *.o soapH.h soapStub.h soapC.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp soap*Proxy.h soap*Proxy.cpp soap*Service.h soap*Service.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link++/
H A DMakefile41 rm -f *.o soapH.h soapStub.h soapC.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp soap*Proxy.h soap*Proxy.cpp soap*Service.h soap*Service.cpp
43 rm -f *.o soapH.h soapStub.h soapC.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp soap*Proxy.h soap*Proxy.cpp soap*Service.h soap*Service.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.h12 class SOAP_CMAC calcProxy : public soap
19 calcProxy(const struct soap&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.h12 class SOAP_CMAC calcProxy : public soap
19 calcProxy(const struct soap&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link/
H A DMakefile41 rm -f *.o soapH.h soapStub.h soapC.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp soap*Proxy.h soap*Proxy.cpp soap*Service.h soap*Service.cpp
43 rm -f *.o soapH.h soapStub.h soapC.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp soap*Proxy.h soap*Proxy.cpp soap*Service.h soap*Service.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link++/
H A DMakefile41 rm -f *.o soapH.h soapStub.h soapC.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp soap*Proxy.h soap*Proxy.cpp soap*Service.h soap*Service.cpp
43 rm -f *.o soapH.h soapStub.h soapC.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp soap*Proxy.h soap*Proxy.cpp soap*Service.h soap*Service.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.cpp40 extern int warn_ignore(struct soap*, const char*);
51 { soap = soap_new1(SOAP_XML_TREE | SOAP_C_UTFSTRING);
53 soap_ssl_client_context(soap, SOAP_SSL_NO_AUTHENTICATION, NULL, NULL, NULL, NULL, NULL);
55 soap_set_namespaces(soap, namespaces);
56 soap_default(soap);
57 soap->fignore = warn_ignore;
58 soap->encodingStyle = NULL;
59 soap->proxy_host = proxy_host;
60 soap->proxy_port = proxy_port;
61 soap
104 get(struct soap *soap) argument
1574 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.cpp40 extern int warn_ignore(struct soap*, const char*);
51 { soap = soap_new1(SOAP_XML_TREE | SOAP_C_UTFSTRING);
53 soap_ssl_client_context(soap, SOAP_SSL_NO_AUTHENTICATION, NULL, NULL, NULL, NULL, NULL);
55 soap_set_namespaces(soap, namespaces);
56 soap_default(soap);
57 soap->fignore = warn_ignore;
58 soap->encodingStyle = NULL;
59 soap->proxy_host = proxy_host;
60 soap->proxy_port = proxy_port;
61 soap
104 get(struct soap *soap) argument
1574 { struct soap soap; local
[all...]

Completed in 215 milliseconds

<<1112131415