Lines Matching refs:in

14 - soap_base: fix code that overwrites user-supplied attributes in serialize_val
15 - soap_base: use arrays-of-arrays rather than attempting multi-dimensional in serialize_val
16 - xmlschema: emit import statements and qualify all elements with prefix in serializeSchema (better…
18 - soapclient: use headers in call if provided (previously ignored this parameter)
19 - soap_server: in parse_request, if neither getallheaders nor $_SERVER are available, use $HTTP_SER…
27 - xmlschema: remove the redundant default namespace attribute on the schema element; everything in
28 - soap_transport_http: fix setCredentials and add TODO comments in sendHTTPS about what to change i…
33 - soap_transport_http: update the Content-Type header in sendRequest, since soap_defencoding could …
43 - soapclient: allow proxy information in ctor, so that it can be used for wsdl
48 - soap_transport_http: fix use of $headers instead of $this->incoming_headers in getResponse
67 - wsdl: only specify encodingStyle in the input/output soap bindings when it is not empty (thanks G…
101 - xmlschema: use $this->typemap in getPHPType (which is not used)
119 - soap_transport_http: only include port in Host header if it was specified in the URL
131 - soap_transport_http: Allow credentials to be included in URL, rather than requiring setCredentials
133 - soap_parser: Properly set errors in ctor
134 - soapclient: Pass headers to parseResponse and parse them in that method
140 - nusoap_base: Add some namespace methods previously in xmlschema
148 - wsdl: Include port in endpoint address when serializing
150 - soap_server: Support _SERVER[CONTENT_TYPE] in addition to _SERVER[HTTP_CONTENT_TYPE]
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
172 - wsdl: fix a bug in which data type of complexType elements were ignored in serialization
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!)
179 - soap_server: fix default SOAPAction created in register method
180 - soap_transport_http: accept chunking with LF separators in addition to CRLF.
186 - soap_transport_http: append CVS revision to version in User-Agent
190 - soap_server: append CVS revision to version in X-SOAP-Server
199 - soap_server: fix parameter order in fault method (always used as faultcode, faultstring)
225 - soap_server: do not wrap response in a response element for a document style service
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
240 - soap_transport_http: read chunked content "in-line" so it works on a persistent connection
251 - wsdl: propagate debug value from query string to SOAP endpoint in programmatic WSDL generation
259 - soapclient: when creating proxy methods, replace '.' in operation name with '__' in function name
260 - soapclient: initialize requestHeaders in proxy
265 - soapclient: use ISO-8859-1 as the charset if not specified in the Content-Type header
266 …n an empty string is specified for the call namespace, do not put the method element in a namespace
270 - soap_parser: compare any encoding in the XML declaration to the charset from the HTTP Content-Typ…
272 - soap_server: use ISO-8859-1 as the charset if not specified in the Content-Type header
286 - xmlschema: allow any attributes to be specified in an element of a complexType, e.g., abstract, d…
295 - wsdl: support the document style in the register method
314 - soap_server: account for the fact that get_class_methods returns methods in all lower case (thank…
315 - soap_transport_http: parse digest info that includes '=' in the data (thanks Jinsuk Kim)
324 - wsdl: allow an element in one schema to have a type from another schema
330 - nusoap_base: fix a bug in which attributes were sometimes not serialized with a value
339 - soapclient: only set SOAP headers when they are specified in call params (so setHeaders still wor…
350 - nusoap_base: expand entities in attributes (thanks Gaetano Giunta)
357 - soap_transport_http: do nothing in setEncoding if gzdeflate is not present (thanks Franck Touanen…
362 - wsdl: expand entities in attributes (thanks Gaetano Giunta)
394 …ction to determine operation when doc/lit service does not wrap parameters in an element with the …
412 - nusoap_base: do not override supplied element name with class name when serializing an object in
424 - wsdl: allow PHP objects to be serialized as SOAP structs in serializeType
430 - nusoap_base: correctly serialize attributes in serialize_val (thanks Hidran Arias)
463 - wsdl: fix bug in addComplexType (thanks Maarten Meijer)
474 - nusoapclient: use lazy retrieval of WSDL instead of always getting it in the constructor
475 - nusoapclient: fix getProxy that was broken in last revision
492 …er: don't print return value within debug string; returned objects would need __toString in PHP 5.2
493 - soap_server: use URL scheme for WSDL access as the scheme in SOAPAction
494 - soap_server: strip port number from server name (some FastCGI implementations include port in ser…
534 - soap_transport_http: fix digest authentication broken in previous revision
536 - wsdlcache: address some issues with non-existing cache-files and PHP Warnings which came in such …
543 - nusoap_base: avoid warning in getDebugAsXMLComment
565 …ile-1.1-2004-08-24.html R2735, rpc/literal accessor elements should not be in a namespace (thanks …
566 …ile-1.1-2004-08-24.html R2735, rpc/literal accessor elements should not be in a namespace (thanks …
569 …ile-1.1-2004-08-24.html R2735, rpc/literal accessor elements should not be in a namespace (thanks …
570 …ile-1.1-2004-08-24.html R2735, rpc/literal accessor elements should not be in a namespace (thanks …
578 - nusoap_server: Correct bug that placed encodingType in Envelope for doc/lit
582 - wsdl: Fix typo in parametersMatchWrapped (thanks Sam Stepanyan)
583 - soap_transport_http: Fix three typos in setProxy (thanks Sam Stepanyan)
584 - nusoap_xmlschema: Fix typo in serializeTypeDef (thanks Sam Stepanyan)