Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #402 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

<any> can appear twice

Reported by: nahi Assigned to: nahi
Priority: high Milestone: 1.5.8
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

<s:sequence>
  <s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
  <s:any minOccurs="1" namespace="urn:foo" processContents="lax" />
</s:sequence>

Change History

08/23/07 20:52:12 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1918]) * allow <any> appear twice or more (with the current implementation, soap4r ignores <any> element definition such as namespace and processContent. just allow any element appear.) closes #402.