Home
last modified time | relevance | path

Searched refs:faultcode (Results 1 – 25 of 1278) sorted by relevance

12345678910>>...52

/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/WWW/
H A DSOAP.pm69 die SOAP::Fault->faultcode('Client')
92 die SOAP::Fault->faultcode('Client')
175 die SOAP::Fault->faultcode('Client')
188 die SOAP::Fault->faultcode('Server')
219 die SOAP::Fault->faultcode('Client')
267 die SOAP::Fault->faultcode('Server')
280 die SOAP::Fault->faultcode('Server')
556 die SOAP::Fault->faultcode('Server')
1008 die SOAP::Fault->faultcode('Server')
1455 die SOAP::Fault->faultcode('Server')
[all …]
/dports/devel/csoap/libsoap-1.1.0/libcsoap/
H A Dsoap-fault.c77 char *faultcode; in soap_fault_build() local
87 faultcode = fault_vm; in soap_fault_build()
90 faultcode = fault_mu; in soap_fault_build()
93 faultcode = fault_client; in soap_fault_build()
96 faultcode = fault_server; in soap_fault_build()
99 faultcode = fault_client; in soap_fault_build()
115 soap_xsd_ns, faultcode, in soap_fault_build()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/nusoap/lib/
H A Dclass.soap_fault.php19 var $faultcode; variable in nusoap_fault
42 * @param string $faultcode (SOAP-ENV:Client | SOAP-ENV:Server)
47 function __construct($faultcode,$faultactor='',$faultstring='',$faultdetail=''){ argument
49 $this->faultcode = $faultcode;
71 $this->serialize_val($this->faultcode, 'faultcode').
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/nusoap/lib/
H A Dclass.soap_fault.php19 var $faultcode; variable in nusoap_fault
42 * @param string $faultcode (SOAP-ENV:Client | SOAP-ENV:Server)
47 function __construct($faultcode,$faultactor='',$faultstring='',$faultdetail=''){ argument
49 $this->faultcode = $faultcode;
71 $this->serialize_val($this->faultcode, 'faultcode').
/dports/net/nusoap/nusoap-0.9.5/lib/
H A Dclass.soap_fault.php20 var $faultcode; variable in nusoap_fault
43 * @param string $faultcode (SOAP-ENV:Client | SOAP-ENV:Server)
48 function nusoap_fault($faultcode,$faultactor='',$faultstring='',$faultdetail=''){ argument
50 $this->faultcode = $faultcode;
72 $this->serialize_val($this->faultcode, 'faultcode').
/dports/www/py-spyne/spyne-2.13.16/spyne/model/
H A Dfault.py83 def __init__(self, faultcode='Server', faultstring="", faultactor="", argument
85 self.faultcode = faultcode
100 self.faultcode, self.faultstring)
103 self.faultcode, self.faultstring, self.detail)
115 "faultcode": value.faultcode,
147 value.faultcode,
166 value.faultcode.encode('utf8'),
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DSOAP11Fault.java76 private QName faultcode; field in SOAP11Fault
100 this.faultcode = code; in SOAP11Fault()
117 this.faultcode = fault.getFaultCodeAsQName(); in SOAP11Fault()
131 return faultcode; in getFaultcode()
134 void setFaultcode(QName faultcode) { in setFaultcode() argument
135 this.faultcode = faultcode; in setFaultcode()
169 … SOAPFault fault = SOAPVersion.SOAP_11.getSOAPFactory().createFault(faultstring, faultcode); in getProtocolException()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DSOAP11Fault.java76 private QName faultcode; field in SOAP11Fault
100 this.faultcode = code; in SOAP11Fault()
117 this.faultcode = fault.getFaultCodeAsQName(); in SOAP11Fault()
131 return faultcode; in getFaultcode()
134 void setFaultcode(QName faultcode) { in setFaultcode() argument
135 this.faultcode = faultcode; in setFaultcode()
169 … SOAPFault fault = SOAPVersion.SOAP_11.getSOAPFactory().createFault(faultstring, faultcode); in getProtocolException()
/dports/multimedia/py-soco/SoCo-0.25.2/soco/
H A Dsoap.py46 def __init__(self, faultcode, faultstring, detail=None): argument
55 self.faultcode = faultcode
59 super().__init__(faultcode, faultstring)
62 return "{}: {}".format(self.faultcode, self.faultstring)
66 repr(self.faultcode), repr(self.faultstring), repr(self.detail)
308 faultcode = fault.findtext("faultcode")
311 raise SoapFault(faultcode, faultstring, faultdetail)
/dports/www/moodle39/moodle/webservice/xmlrpc/
H A Dlocallib.php166 * @param int $faultcode The faultCode to be included in the fault response
169 protected function generate_error($ex, $faultcode = 404) { argument
174 $faultcode = base_convert(md5($ex->errorcode), 16, 10);
179 $faultcode = substr($faultcode, 0, 8);
190 'faultCode' => (int) $faultcode,
/dports/www/moodle310/moodle/webservice/xmlrpc/
H A Dlocallib.php166 * @param int $faultcode The faultCode to be included in the fault response
169 protected function generate_error($ex, $faultcode = 404) { argument
174 $faultcode = base_convert(md5($ex->errorcode), 16, 10);
179 $faultcode = substr($faultcode, 0, 8);
190 'faultCode' => (int) $faultcode,
/dports/www/moodle311/moodle/webservice/xmlrpc/
H A Dlocallib.php166 * @param int $faultcode The faultCode to be included in the fault response
169 protected function generate_error($ex, $faultcode = 404) { argument
174 $faultcode = base_convert(md5($ex->errorcode), 16, 10);
179 $faultcode = substr($faultcode, 0, 8);
190 'faultCode' => (int) $faultcode,
/dports/security/lasso/lasso-2.7.0/lasso/xml/soap-1.1/
H A Dsoap_fault.c68 { "faultcode", SNIPPET_CONTENT, G_STRUCT_OFFSET(LassoSoapFault, faultcode), NULL, NULL, NULL},
139 lasso_soap_fault_new_full(const char *faultcode, const char *faultstring) in lasso_soap_fault_new_full() argument
143 if (! faultcode && ! faultstring) in lasso_soap_fault_new_full()
146 lasso_assign_string(soap_fault->faultcode, faultcode); in lasso_soap_fault_new_full()
/dports/net/p5-XML-Compile-SOAP/XML-Compile-SOAP-3.27/lib/XML/Compile/SOAP11/
H A DServer.pm50 ( faultcode => pack_type(SOAP11ENV, 'Server.validationFailed')
71 ( faultcode => pack_type(SOAP11ENV, 'Server.invalidResponse')
85 { faultcode => pack_type(SOAP11ENV, 'Server.notImplemented')
97 ( faultcode => pack_type(SOAP11ENV, 'Server.noAnswerProduced')
119 ( faultcode => pack_type(SOAP11ENV, 'Server.notRecognized')
133 ( faultcode => pack_type(SOAP11ENV, 'Server.tryUpgrade')
/dports/net/samba412/samba-4.12.15/librpc/rpc/
H A Ddcerpc_error.c28 uint32_t faultcode; member
34 #define _FAULT_STR(x, s) { .errstr = #x , .faultcode = x, .nt_status = s }
96 { .faultcode = 0 }
106 if (dcerpc_faults[idx].faultcode == fault_code) { in dcerpc_errstr()
125 if (dcerpc_faults[idx].faultcode == fault_code) { in dcerpc_fault_to_nt_status()
145 return dcerpc_faults[idx].faultcode; in dcerpc_fault_from_nt_status()
/dports/www/py-spyne/spyne-2.13.16/spyne/protocol/soap/
H A Dsoap12.py77 faultcode = []
78 faultcode.append(element.find('soap:Code/soap:Value', namespaces=nsmap).text)
81 faultcode.append(subcode.find('soap:Value', namespaces=nsmap).text)
84 return '.'.join(faultcode)
101 if isinstance(inst.faultcode, string_types):
102 value, faultcodes = self.gen_fault_codes(inst.faultcode)
151 return cls(faultcode=code, faultstring=reason,
/dports/net/pear-SOAP/SOAP-0.14.0/SOAP/
H A DFault.php54 * @param mixed $faultcode The faultcode.
60 function SOAP_Fault($faultstring = 'unknown error', $faultcode = 'Client', argument
64 parent::PEAR_Error($faultstring, $faultcode, $mode, $options, $detail);
102 $fault->faultcode = $this->code;
/dports/devel/py-wsme/WSME-0.11.0/wsme/
H A Dapi.py220 faultcode = getattr(error, 'faultcode', 'Client')
221 r = dict(faultcode=faultcode,
233 faultcode = getattr(error, 'faultcode', 'Server')
234 r = dict(faultcode=faultcode, faultstring=faultstring)
/dports/net/easysoap/EasySoap++-0.8.0/src/
H A DSOAPServerDispatch.cpp108 const char *faultcode = serverfault; in Handle() local
118 faultcode = clientfault; in Handle()
120 faultcode = serverfault; in Handle()
145 faultcode = clientfault; in Handle()
184 fault.SetFaultCode(faultcode); in Handle()
/dports/net/p5-SOAP-Lite/SOAP-Lite-1.27/lib/SOAP/
H A DFault.pod23 die SOAP::Fault->faultcode('Server.Custom') # will be qualified
34 $fault = SOAP::Fault->new(faultcode => 'Server');
38 =item faultcode(optional value)
40 $fault->faultcode('MethodUnknown');
52 $fault->faultcode($header->actor);
58 $fault->faultcode(bless { proxy => $ip }, 'Err');
64 …If an object is printed or otherwise stringified, the value produced is faultcode: faultstring, wi…
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/lib/SOAP/WSDL/SOAP/Typelib/
H A DFault11.pm20 my %faultcode_of : ATTR(:get<faultcode>);
28 faultcode => \%faultcode_of,
34 faultcode => 'SOAP::WSDL::XSD::Typelib::Builtin::QName',
/dports/www/py-spyne/spyne-2.13.16/spyne/test/
H A Dtest_soft_validation.py126 self.assertEqual(ctx.in_error.faultcode, 'Client.ValidationError')
132 self.assertEqual(ctx.in_error.faultcode, 'Client.ValidationError')
134 self.assertEqual(ctx.in_error.faultcode, 'Client.ValidationError')
136 self.assertEqual(ctx.in_error.faultcode, 'Client.ValidationError')
138 self.assertEqual(ctx.in_error.faultcode, 'Client.ValidationError')
/dports/lang/php73/php-7.3.33/ext/soap/tests/bugs/
H A Dbug36629.phpt50 …lsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><fa…
52 …lsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><fa…
/dports/net/php80-soap/php-8.0.15/ext/soap/tests/bugs/
H A Dbug36629.phpt50 …lsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><fa…
52 …lsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><fa…
/dports/net/php73-soap/php-7.3.33/ext/soap/tests/bugs/
H A Dbug36629.phpt50 …lsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><fa…
52 …lsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><fa…

12345678910>>...52