Lines Matching refs:to

9 - soap_server: fixed bug causing charset encoding not to be passed to the parser
10 - soap_fault: added default encoding to the fault serialization
11 - soap_parser: changed the parser to pre-load the parent's result array when processing scalar valu…
19 …if neither getallheaders nor $_SERVER are available, use $HTTP_SERVER_VARS to get SOAPAction and x…
22 …own "if the server closes connection prematurely, nusoap would spin trying to read data that isn't…
25 - wsdl: apply patch from Sven to workaround single schema limitation
26 - wsdl: apply a variant of the patch from Holger to handle empty values for array by serializing an…
28 - soap_transport_http: fix setCredentials and add TODO comments in sendHTTPS about what to change i…
31 - nusoap_base: change documentation of soap_defencoding to specify it is the encoding for outgoing …
32 - nusoap_base: only change &, <, > to entities, not all HTML entities
50 - soapclient: force xml_encoding to upper case
51 - soap_server: let the Web server decide whether to close the connection (no Connection: close head…
52 - soap_server: force xml_encoding to upper case
55 - soap_parser: use XML type information to pick a PHP data type; also decode base64
60 - soapclient: add responseData member to access deflated/gunzipped payload
80 - soap_server: remove all '--' from debug_str; previous code changed '---' to '- --'
84 > array of files not just the last one and also checks for relative paths to
105 - wsdl: only change &, <, > to entities, not all HTML entities
116 - wsdl: add some more code to handle null/nil values (but there's still a way to go)
120 - soap_transport_http: add some code to use OpenSSL for PHP ssl:// scheme, but comment out since it…
122 - wsdl: add WSDL request and response and transport debug to debug
124 - soap_parser: add param to docs
131 - soap_transport_http: Allow credentials to be included in URL, rather than requiring setCredentials
134 - soapclient: Pass headers to parseResponse and parse them in that method
137 - xmlschema: Add some information for the related type to an element
146 - wsdl: Use form attribute of element to control namespace specification
150 - soap_server: Support _SERVER[CONTENT_TYPE] in addition to _SERVER[HTTP_CONTENT_TYPE]
153 - soap_client: Add style and use parameters to call method to support doc/lit without WSDL
157 - soap_server: pass namespaces to xmlschema constructor
160 - xmlschema: allow enclosing namespaces to be specified in constructor
164 - soap_server: when requested WSDL is in a file, return to client using passthru (thanks Ingo Fisch…
166 - soapclient: allow timeout and response timeout to be specified in the constructor
167 - wsdl: allow timeout and response timeout to be specified in the constructor
168 - soap_transport_http: allow response timeout to be specified in send and sendHTTPS
177 - soapclient: allow a wsdl instance to be specified in constructor
178 - soap_server: allow a wsdl instance to be specified in constructor (not tested!)
180 - soap_transport_http: accept chunking with LF separators in addition to CRLF.
185 - soap_transport_http: don't try to unchunk cURL data, since cURL already does it
186 - soap_transport_http: append CVS revision to version in User-Agent
187 - wsdl: serialize boolean as true|false, not 1|0, to agree with XML Schema
190 - soap_server: append CVS revision to version in X-SOAP-Server
201 - soap_server: set the namespace on the Response element to the same as the request
220 - wsdl: serialize soapval values (used to force an XML type, e.g. when WSDL uses an abstract type)
228 - soap_transport_http: allow digest auth params to be separated by "," as well as ", "
230 - soap_server: add methodreturnisliteralxml property to allow service function to return XML as a s…
232 - soapclient: allow XML string as call params in addition to array
236 - wsdl: serialize PHP objects for WSDL XML Schema complexTypes, in addition to associative arrays
241 - nusoap_base: serialize boolean as true|false, not 1|0, to agree with XML Schema
245 - soap_server: prefer gzip to deflate, since IE does not like our deflate
246 - soap_server: move webDescription to the wsdl class
251 - wsdl: propagate debug value from query string to SOAP endpoint in programmatic WSDL generation
257 …nflate/deflate for IE/IIS compatibility, rather than having Zlib headers according to HTTP 1.1 spec
258 - soap_transport_http: attempt to handle the case when both the service application and Web server …
270 - soap_parser: compare any encoding in the XML declaration to the charset from the HTTP Content-Typ…
276 - wsdl: serialize SOAP-ENC types similarly to XSD types
286 - xmlschema: allow any attributes to be specified in an element of a complexType, e.g., abstract, d…
290 - soap_server: change faultcode on non-resendable faults to Client
307 - wsdl: serialize data (associative array elements) as attributes according to XML Schema
324 - wsdl: allow an element in one schema to have a type from another schema
333 - soap_server: set character encoding for a fault to be the same as for the server (thanks Mark Sco…
349 - nusoap_base: use xsd:anyType instead of xsd:ur-type to serialize arrays with multiple element typ…
367 - nusoap_base: add encodingStyle parameter to serializeEnvelope
370 - soap_parser: correctly parse an empty array to an empty array, not an empty string
379 - wsdl: copy attributes as well as elements to an element from its complexType
389 - nusoap_base: adjust numeric element names for serialization, instead of forcing them to 'soapVal'
390 - nusoapmime: add type=text/xml to multipart/related (thanks Emmanuel Cordonnier)
394 - soap_server: use SOAPAction to determine operation when doc/lit service does not wrap parameters …
398 - wsdl: when serializing a string == 'false' as a boolean, set the value to false
399 - wsdl: when serializing a complexType, require the PHP value supplied to be an array
402 - nusoap_base: Allow SOAP headers to be supplied as an array like parameters
406 - soapclient: Allow SOAP headers to be supplied as an array like parameters
408 …lizing, look up types by namespace, not prefix (simple programmatic doc/lit WSDL now seems to work)
414 - nusoapmime: add nusoapservermime class to implement MIME attachments on the server
419 - soap_server: add hook functions to support subclassing for MIME attachments
424 - wsdl: allow PHP objects to be serialized as SOAP structs in serializeType
425 - wsdl: for WSDL and XML Schema imports, don't forget to use the TCP port number (thanks Luca GIOPP…
437 - wsdl: add enumeration parameter to addSimpleType
438 - xmlschema: add enumeration parameter to addSimpleType
441 - soapclient: initialize paramArrayStr to improve proxy generation
444 - soap_server: "flatten out" the parameter array to call_user_func_array (thanks Andr� Mamitzsch)
445 - soap_server: make thrown exceptions conform to specs
446 - wsdl: use serialize_val to serialize an array when the XSD type is soapenc:Array (JBoss/Axis does…
457 - soapclient: add getHeader to get parsed SOAP Header
476 - wsdl: add ability to set authorization credentials and retrieve WSDL outside of constructor
479 - nusoapclientmime: don't rely exclusively on Content-Disposition to distinguish the root part from…
481 - nusoapservermime: don't rely exclusively on Content-Disposition to distinguish the root part from…
484 - nusoap_base: allow SOAP headers to be specified as an associative array (thanks Unique)
489 - nusoapclient: call SOAP 1.2 binding operations if no SOAP 1.1 present (there is no reason to beli…
491 - soap_server: don't try to use eval to call function when any parameter is an object
508 - nusoapclient: rename class to nusoap_client
517 - wsdl: serialize parameters for non-SOAP 1.1 binding operations (there is no reason to believe thi…
519 - nusoapclientmime: rename class to nusoap_client_mime
520 - nusoapservermime: rename class to nusoap_server_mime
523 - nusoap_client: enable cURL usage to be forced (thanks Giunta Gaetano)
525 - soap_transport_http: enable cURL usage to be forced (thanks Giunta Gaetano)
527 - wsdl: enable cURL usage to be forced (thanks Giunta Gaetano)
531 - nusoap_xmlschema: don't add elements of complexTypes to elements array (thanks Heiko Hund)
537 - wsdlcache: change class name to nusoap_wsdlcache