Home
last modified time | relevance | path

Searched refs:soap_parser (Results 1 – 19 of 19) sorted by relevance

/dports/net/p5-SOAP/SOAP-0.28/lib/SOAP/Transport/HTTP/
H A DServer.pm85 my $soap_parser = SOAP::Parser->new();
86 $soap_parser->parsestring($request_content);
87 $headers = $soap_parser->get_headers();
88 $body = $soap_parser->get_body();
/dports/net/p5-SOAP/SOAP-0.28/
H A Dtest.pl115 my $soap_parser = SOAP::Parser->new();
116 $soap_parser->parsestring($soap_response);
118 $response_body = $soap_parser->get_body();
/dports/net/nusoap/nusoap-0.9.5/lib/
H A Dchangelog70 - soap_parser: fix parsing of elements with no XSD type specified
74 - soap_parser: fix code generating warning (thanks Torsten)
100 - soap_parser: deserialize Apache Vector as an array
124 - soap_parser: add param to docs
133 - soap_parser: Properly set errors in ctor
204 - soap_parser: standardize parsing error message
281 - soap_parser: handle default namespace attributes
354 - soap_parser: call parent constructor
371 - soap_parser: improve debug and comments
459 - soap_parser: add soapheader
[all …]
H A Dclass.soap_parser.php639 class soap_parser extends nusoap_parser { class
H A Dnusoap.php7156 class soap_parser extends nusoap_parser { class
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/nusoap/lib/
H A Dchangelog70 - soap_parser: fix parsing of elements with no XSD type specified
74 - soap_parser: fix code generating warning (thanks Torsten)
100 - soap_parser: deserialize Apache Vector as an array
124 - soap_parser: add param to docs
133 - soap_parser: Properly set errors in ctor
204 - soap_parser: standardize parsing error message
281 - soap_parser: handle default namespace attributes
354 - soap_parser: call parent constructor
371 - soap_parser: improve debug and comments
459 - soap_parser: add soapheader
[all …]
H A Dclass.soap_parser.php638 class soap_parser extends nusoap_parser { class
H A Dnusoap.php7156 class soap_parser extends nusoap_parser { class
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/nusoap/lib/
H A Dchangelog70 - soap_parser: fix parsing of elements with no XSD type specified
74 - soap_parser: fix code generating warning (thanks Torsten)
100 - soap_parser: deserialize Apache Vector as an array
124 - soap_parser: add param to docs
133 - soap_parser: Properly set errors in ctor
204 - soap_parser: standardize parsing error message
281 - soap_parser: handle default namespace attributes
354 - soap_parser: call parent constructor
371 - soap_parser: improve debug and comments
459 - soap_parser: add soapheader
[all …]
H A Dclass.soap_parser.php638 class soap_parser extends nusoap_parser { class
H A Dnusoap.php7156 class soap_parser extends nusoap_parser { class
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.soap_parser.inc.php18 class soap_parser class
20 function soap_parser($xml='',$encoding='UTF-8') function in soap_parser
/dports/www/phpgroupware/phpgroupware-0.9.16.017/soap/inc/
H A Dclass.soap_server.inc.php.wip102 $parser = CreateObject('soap.soap_parser',$data);
/dports/www/gallery2/gallery2/modules/fotokasten/lib/
H A Dnusoap.inc43 require_once('class.soap_parser.php');
1821 $parser = new soap_parser($data,$this->charset_encoding);
3008 * soap_parser class parses SOAP XML messages into native PHP values
3014 class soap_parser extends nusoap_base {
3052 function soap_parser($xml,$encoding='UTF-8',$method=''){
3059 $this->debug('Entering soap_parser()');
3688 $this->debug('Entering parseResponse(), about to create soap_parser instance');
3689 $parser = new soap_parser($data,$this->xml_encoding,$this->operation);
/dports/www/ilias/ILIAS-5.4.25/Services/SOAPAuth/include/
H A Dnusoap.php2594 $parser = new soap_parser($data,$this->xml_encoding);
4431 class soap_parser extends nusoap_base { class
4475 function soap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=false){ function in soap_parser
/dports/www/ilias6/ILIAS-6.14/Services/SOAPAuth/include/
H A Dnusoap.php2594 $parser = new soap_parser($data,$this->xml_encoding);
4431 class soap_parser extends nusoap_base { class
4475 function soap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=false){ function in soap_parser
/dports/www/ilias6/ILIAS-6.14/webservice/soap/lib/
H A Dnusoap.php7049 class soap_parser extends nusoap_parser { class
/dports/www/ilias/ILIAS-5.4.25/webservice/soap/lib/
H A Dnusoap.php7045 class soap_parser extends nusoap_parser { class
/dports/www/tikiwiki/tiki-21.2/lib/soap/nusoap/
H A Dnusoap.php7150 class soap_parser extends nusoap_parser { class