Castor-like Package for Ruby

  • Thread starter Bryan Richardson
  • Start date
B

Bryan Richardson

Hello all,

I come from a Java background, where lately I've been using Castor to
generate Java objects from an XML schema and marshal/unmarshal XML
documents using the generated Java objects.

Is there a Ruby package that will allow me to do the same thing? I've
figured out how to use WSDL::XMLSchema::XSD2Ruby to create Ruby objects
from an XML schema, but it does not create the marshal/unmarshal methods
that allow me to load the objects with data from XML files.

Any suggestions?

Thanks! -- BTR
 
T

Tomas Pospisek's Mailing Lists

I come from a Java background, where lately I've been using Castor to
generate Java objects from an XML schema and marshal/unmarshal XML
documents using the generated Java objects.

Is there a Ruby package that will allow me to do the same thing? I've
figured out how to use WSDL::XMLSchema::XSD2Ruby to create Ruby objects
from an XML schema, but it does not create the marshal/unmarshal methods
that allow me to load the objects with data from XML files.

soap4r has a tool wsdl2ruby that takes a wsdl definition and creates
classes that un/marshall to/from the XML data that comes
accross the wire when you make SOAP calls. Which would be very similar
to what you need. Thus you might want to have a look at wsdl2ruby.

I hope I've interpreted your question correctly...
*t
 
B

Bryan Richardson

Thanks for the response Tom. I'll take a look at the WSDL stuff. As a
side note, the xsd2ruby code I'm using actually belongs to the WSDL
module...

Bryan
 
N

NAKAMURA, Hiroshi

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Bryan said:
Thanks for the response Tom. I'll take a look at the WSDL stuff. As a
side note, the xsd2ruby code I'm using actually belongs to the WSDL
module...

soap4r-1.5.8 includes xsd2ruby.rb command line script for that purpose.
The ruby/1.8.x contains soap4r-1.5.5.

The release announce posted on this list;
http://groups.google.com/group/comp.lang.ruby/msg/28ba977ece309ebd
contains an usage example of XML <-> Ruby mapping of Yahoo Local Search.

Regards,
// NaHi
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iQEVAwUBRwWNxR9L2jg5EEGlAQIISggAgaNLsUeZO22X6mHc7vsIGfqq1tYv39mQ
xWBWXojTdBXdMBfrjbN7hoAvFwxjp2u6MzlT6dU7JEqeLzNKcPtScPoTYc6nrbJl
thDkbDkin0w0URY/JNcFJF8OBo289iGviscAHagODN9bRGw2LDEWyLYPD5r37K5M
wghUhBGkc6uuIr+L4HfA7WYG9zoWQntU2Feod+jmER+vpchjHleBLwsj8OWyxf51
v4D9sB4ejihPHiphjfVl/NdBMAWN+bybeTGgqYWBvIXvMuPzdVMHrZ83e0TRHLkc
Iyf5LjiXpHvFitjVMa3G57cgdo4PgsVsKPFXoj3MSOce0ClPlazfEw==
=sDth
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top