Lines Matching refs:wsdl

5 - applied patch from "BZC ToOn'S" - fixes wsdl serialization when no parameters
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…
41 - wsdl: add proxy authentication
43 - soapclient: allow proxy information in ctor, so that it can be used for wsdl
67 - wsdl: only specify encodingStyle in the input/output soap bindings when it is not empty (thanks G…
81 - wsdl, soapclient, soap_parser: patch submitted by Mark Spavin as described by
83 > Changes for the multiple/nested imports from the wsdl file. This builds an
86 > instead of your local disk. Local wsdl files should still work (untested).
91 - wsdl, soapclient: fix some PHP notices from previous update
94 - wsdl: support multiple SOAP ports
102 - soapclient, wsdl: check for WSDL errors after serializing parameters
104 - wsdl: add serialization of Apache Map (when using WSDL)
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)
122 - wsdl: add WSDL request and response and transport debug to debug
123 - wsdl: handle custom type extending xmlschema namespace (GLUE ... Thanks Matt)
129 - wsdl: use expandEntities
145 - wsdl: Support multiple <schema> (note that setting $server->wsdl->schemaTargetNamespace no longer…
146 - wsdl: Use form attribute of element to control namespace specification
147 - wsdl: Support chained imports (A imports B which imports C)
148 - wsdl: Include port in endpoint address when serializing
151 - soap_server: Support wsdl with multiple <schema>
158 - wsdl: post-process after all imports
159 - wsdl: remove some debug, add some error handling
167 - wsdl: allow timeout and response timeout to be specified in the constructor
171 - wsdl: add namespace for array and scalar when form is qualified
172 - wsdl: fix a bug in which data type of complexType elements were ignored in serialization
173 - wsdl: enhance handling of URLs with file scheme
174 - wsdl: add addSimpleType
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!)
187 - wsdl: serialize boolean as true|false, not 1|0, to agree with XML Schema
208 - wsdl: enforce correct naming of messages parts when an associative array is used for parameters
209 - wsdl: better serialization of null values
210 - wsdl: standardize parsing error message
216 - wsdl: do schema imports even if there are no wsdl imports
219 - wsdl: serialize multiple elements when maxOccurs="unbounded" and value is an array
220 - wsdl: serialize soapval values (used to force an XML type, e.g. when WSDL uses an abstract type)
236 - wsdl: serialize PHP objects for WSDL XML Schema complexTypes, in addition to associative arrays
237 - wsdl: fix WSDL generation when there is no encodingStyle
246 - soap_server: move webDescription to the wsdl class
248 - wsdl: get webDescription from the soap_server class
249 - wsdl: allow compression from the server
250 - wsdl: fix serialization of soapval without a type
251 - wsdl: propagate debug value from query string to SOAP endpoint in programmatic WSDL generation
276 - wsdl: serialize SOAP-ENC types similarly to XSD types
294 - wsdl: add addElement method
295 - wsdl: support the document style in the register method
305 - wsdl: support defaults for elements of a complexType
306 - wsdl: serialize elements from complexType extension base
307 - wsdl: serialize data (associative array elements) as attributes according to XML Schema
316 - wsdl: feably handle some cases for literal serialization of form="unqualified" elements
317 - wsdl: don't serialize the decimal portion of a PHP double when the XML type is long
318 - wsdl: fix serialization of attributes for complexType that is an extension
324 - wsdl: allow an element in one schema to have a type from another schema
360 - wsdl: fix documentation page popup of one method after another (thanks Owen)
361 - wsdl: call parent constructor
362 - wsdl: expand entities in attributes (thanks Gaetano Giunta)
376 - wsdl: add namespace for Apache SOAP types if a variable of such type is serialized
377 - wsdl: serialize nil value for nillable elements when no value is provided
378 - wsdl: serialize xsi:type with nil values
379 - wsdl: copy attributes as well as elements to an element from its complexType
380 - wsdl: specify encodingStyle for operations
381 - wsdl: improve debug and comments
396 - wsdl: fixed documentation for addComplexType (thanks Csintalan �d�m)
397 - wsdl: serialize array data when maxOccurs = 'unbounded' OR maxOccurs > 1 (thanks Dominique Schrec…
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
408 - wsdl: when serializing, look up types by namespace, not prefix (simple programmatic doc/lit WSDL …
409 - wsdl: process namespace declarations first when parsing an element
423 - wsdl: when serializing complexType elements, used typed serialization if there is either a type o…
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…
426 - wsdl: make consistent use of _SERVER and HTTP_SERVER_VARS
437 - wsdl: add enumeration parameter to addSimpleType
446 - wsdl: use serialize_val to serialize an array when the XSD type is soapenc:Array (JBoss/Axis does…
447 - wsdl: change formatting of serialized XML for the WSDL
452 - wsdl: distinguish parts with element specified from those with type specified by suffixing elemen…
453 - wsdl: do a case-insensitive match on schema URI when looking for type
463 - wsdl: fix bug in addComplexType (thanks Maarten Meijer)
476 - wsdl: add ability to set authorization credentials and retrieve WSDL outside of constructor
500 - wsdl: set operation style if necessary, but do not override one already provided (thanks Raffaele…
501 - wsdl: check SOAP 1.2 binding operations if no SOAP 1.1 present
502 - wsdl: improve doc accuracy and consistency (thanks Martin K?gler)
516 - wsdl: support user-settable cURL options (thanks Ciprian Popovici)
517 - wsdl: serialize parameters for non-SOAP 1.1 binding operations (there is no reason to believe thi…
527 - wsdl: enable cURL usage to be forced (thanks Giunta Gaetano)
535 - wsdl: add debug
540 - wsdl: wrap parameters if unwrapped values are supplied and WSDL specifies Microsoft-style wrapping
559 - wsdl: wrap return value if unwrapped value is supplied and WSDL specifies Microsoft-style wrapping
577 - wsdl: Improve consistency between doc/lit schema auto-wrapping and client's parsed schema
579 - nusoap_server: Specify elementFormDefault for schema within doc/lit wsdl
582 - wsdl: Fix typo in parametersMatchWrapped (thanks Sam Stepanyan)