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

Ticket #364 (closed enhancement: fixed)

Opened 11 months ago

Last modified 10 months ago

minInclusive/maxInclusive of simpleRestriction

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

Description

ignored element: {http://www.w3.org/2001/XMLSchema}minInclusive of WSDL::XMLSchema::SimpleRestriction?

Change History

06/20/07 11:28:42 changed by nahi

  • component changed from soap4r to wsdl4r.

07/02/07 22:41:18 changed by nahi

  • milestone changed from 1.5.7 to undefined.

I found that minInclusive/minExclusive is not yet implemented. And the current soap4r is not a validating implementation so let's support this later with some validating stuff.

07/20/07 10:32:19 changed by nahi

  • priority changed from low to normal.
  • severity changed from normal to minor.
  • milestone changed from undefined to 1.5.8.

07/22/07 16:28:27 changed by nahi

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

(In [1902]) * added support of all XML Schema facets for restriction. No validation implemented yet. (do you want to validate XML messages by soap4r?) closes #364.