You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after searching this (XML) topic related for Ruby I ended up at using this GEM as best for my use case. I have 3 specific .XSD files. Those files are all I have and I have to build signed XML from them. But somehow I ended up using xsd2ruby.rb just fine. That produced me 3 files full of classes. But now when I "play" with them to build some data and put everything into ruby objects... this is where I am stuck. I can't fingure it out how to transform this ruby Object into XML file (for start) ...and in a way that I would have tags labeled as they should be (according to xsd)
I would really appreciate your help since I am totally new to ruby and as it looks like... your gem is the one. :)
Best,
Tomaz
The text was updated successfully, but these errors were encountered:
If this is a "new" project with code written from scratch, you might have a much more enjoyable experience with another, more recently built SOAP library like Savon or Handsoap. Soap4R is more of a "Legacy" library that I'm maintaining for older projects that still depend upon it.
Hi,
after searching this (XML) topic related for Ruby I ended up at using this GEM as best for my use case. I have 3 specific .XSD files. Those files are all I have and I have to build signed XML from them. But somehow I ended up using xsd2ruby.rb just fine. That produced me 3 files full of classes. But now when I "play" with them to build some data and put everything into ruby objects... this is where I am stuck. I can't fingure it out how to transform this ruby Object into XML file (for start) ...and in a way that I would have tags labeled as they should be (according to xsd)
I would really appreciate your help since I am totally new to ruby and as it looks like... your gem is the one. :)
Best,
Tomaz
The text was updated successfully, but these errors were encountered: