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

Ticket #252 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

Complete implementation of data types (xsd, soap)

Reported by: aaron.pfeifer@gmail.com Assigned to: nahi
Priority: highest Milestone: 1.5.6
Component: xsd4r Version: 1.5
Keywords: Cc:

Description (Last modified by nahi)

The following remains unimplemented:

#3.3.2 token
#3.3.3 language

This ticket is closed after token and language implementation. Token and language original implementation is made by Jirka Pech and posted at http://hq.cz/wordpress/jpi/2007/patches-for-soap-for-ruby-soap4r Thank you very much.

The ticket for other types is created at #340.

Change History

04/29/07 23:22:19 changed by nahi

  • description changed.

from soap4r-ml.

        <xs:attribute name="currency" type="xs:token" use="required" />
xs:token not mapped to anything

P@

05/11/07 15:00:26 changed by nahi

  • type changed from defect to enhancement.

05/15/07 22:35:47 changed by nahi

  • priority changed from normal to low.
  • description changed.
  • milestone changed from 1.5.6 to undefined.

[1776] implemented token and language.

05/17/07 09:03:53 changed by nahi

  • priority changed from low to normal.
  • status changed from new to closed.
  • resolution set to fixed.
  • description changed.
  • milestone changed from undefined to 1.5.6.

05/17/07 09:04:15 changed by nahi

  • description changed.

06/08/07 13:59:23 changed by nahi

  • priority changed from normal to highest.
  • status changed from closed to reopened.
  • resolution deleted.
  • description changed.

I need to pay serious attention to intellectual property. see http://hq.cz/wordpress/jpi/2007/soap4r-zero-credits-copying-intellectual-property

I'll re-implement it by myself for 1.5.6.

06/08/07 15:16:02 changed by nahi

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

(In [1840]) * re-implemented token and language type support. closes #252.