Skip to content
  • Leon Breedt's avatar
    100015cd
    Make all custom types and method calls are declared in the 'urn:ActionWebService' · 100015cd
    Leon Breedt authored
    namespace as a default, fixes SOAP marshaling for .NET, a regression since the merge.
    
    Make array annotation be recursive in WS::Marshaling::SoapMarshaling, this makes
    typed arrays buried in nested structures still be annotated correctly.
    
    Support :layered dispatching mode for XML-RPC namespaced method names.
    
    Change WS::ParamInfo.create signature to require type_binding, and update all
    uses of this.
    
    Restore #default_api_method functionality, fixes a regression since the merge.
    
    Fix marshalling of ActiveRecord::Base derivatives, fixes a regression since the merge.
    
    This changeset closes #676, #677, and #678.
    
    
    git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@811 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
    100015cd
    Make all custom types and method calls are declared in the 'urn:ActionWebService'
    Leon Breedt authored
    namespace as a default, fixes SOAP marshaling for .NET, a regression since the merge.
    
    Make array annotation be recursive in WS::Marshaling::SoapMarshaling, this makes
    typed arrays buried in nested structures still be annotated correctly.
    
    Support :layered dispatching mode for XML-RPC namespaced method names.
    
    Change WS::ParamInfo.create signature to require type_binding, and update all
    uses of this.
    
    Restore #default_api_method functionality, fixes a regression since the merge.
    
    Fix marshalling of ActiveRecord::Base derivatives, fixes a regression since the merge.
    
    This changeset closes #676, #677, and #678.
    
    
    git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@811 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Loading