Questions tagged [wash-out]

Ruby gem for creating SOAP service providors

WashOut is a gem that greatly simplifies creation of SOAP service providers.

33 questions
0
votes
1 answer

Using wash_out along with dynamic field mongodb document

I´m trying to build a Rails 4+ SOAP webservice with the wash_out gem and things look pretty straight forward. What I need is simply output an array of records fetched from a rails model, the complexity comes because my model is actually a MongoDB…
0
votes
2 answers

How to solve the "cannot find soap action mapping for" soap api?

The request for soap api is given below
mirfan899
  • 67
  • 1
  • 13
0
votes
1 answer

Rails WashOut using class as type creates an extra element

Using Rails washout I have a class as a complex type class Hdr < WashOut::Type map :Hdr => { :Timestamp => :datetime, ... } end class HdrContainer < WashOut::Type type_name 'Hdr_con' map :Hdr => Hdr end And I use it as…
Sash
  • 4,448
  • 1
  • 17
  • 31
1 2
3