Sha256: fa3feec4b2fe08bb76b425586b5b3c1b14033f1551bdd24d507a826147cc356e

Contents?: true

Size: 968 Bytes

Versions: 107

Compression:

Stored size: 968 Bytes

Contents

= Post-1.0
  - Document/Literal SOAP support
    - URL-based dispatching, URL identifies method

  - Add :rest dispatching mode, a.l.a. Backpack API. Clean up dispatching
    in general. Support vanilla XML-format as a "Rails" protocol?
    XML::Simple deserialization into params?

      web_service_dispatching_mode :rest

      def method1(params)
      end

      def method2(params)
      end


      /ws/method1
        <xml>
      /ws/method2
        <yaml>

  - Allow locking down a controller to only accept messages for a particular
    protocol.  This will allow us to generate fully conformant error messages
    in cases where we currently fudge it if we don't know the protocol.

  - Allow AWS user to participate in typecasting, so they can centralize
    workarounds for buggy input in one place
  
= Refactoring
  - Don't have clean way to go from SOAP Class object to the xsd:NAME type
    string -- NaHi possibly looking at remedying this situation

Version data entries

107 entries across 107 versions & 30 rubygems

Version Path
keeguon-actionwebservice-3.1.0 TODO
keeguon-actionwebservice-3.0.20 TODO
keeguon-actionwebservice-3.0.19 TODO
keeguon-actionwebservice-3.0.17.4 TODO
keeguon-actionwebservice-3.0.17.3 TODO
keeguon-actionwebservice-3.0.17.2 TODO
keeguon-actionwebservice-3.0.17.1 TODO
keeguon-actionwebservice-3.0.17 TODO
keeguon-actionwebservice-3.0.1 TODO
keshav-actionwebservice-1.0.0 TODO
datanoise-actionwebservice-2.3.5 TODO
reidiculous-actionwebservice-client-3.0.10 TODO
devolute-actionwebservice-2.3.11 TODO
reidiculous-actionwebservice-client-3.0.6 TODO
reidiculous-actionwebservice-client-3.0.4.1 TODO
reidiculous-actionwebservice-client-3.0.4 TODO
reidiculous-actionwebservice-3.0.3 TODO
aforward-actionwebservice-2.3.8.100 old/TODO
aforward-actionwebservice-2.3.8.3 old/TODO
aforward-actionwebservice-2.3.8.1 old/TODO