ActiveResource xml element ordering

Hello,
I am using ActiveResource to integrate with a 3rd party service.
when calling MyModel.save a POST with xml is sent.
I need to make sure that xml is created with defined order of
elements. How can I do that?
Some have suggested using rxml or builder, but I am not sure how. Has
anyone done this before?

thank you

I’m not sure what you mean by order, but if you are working with a
list of items you can order the array and the to_xml will reflect
that. Otherwise if by order you mean having different xml blocks in a
post request then use a hash. The order in which the items are
contained within the xml won’t matter as long as they are all there
and in the proper structure. For example, say we are using a person a
payment and a product, and the payment is in the person block.

h = Hash.new
h[‘person’] = Person.first.attributes
h[‘person’][‘payment’] = “$100.00”
h[‘product’] = Product.first
h.to_xml(:root => ‘notification’)

would result



$100
<maybe_another_attr></maybe_another_attr>





SalesDocument < ActiveResource

I need to make sure that when I call

SalesDocument.save

the order of elements in the xml is predetermined and consistent,
which currently not the case.

POST http:///sales_documents.xml
body: <?xml version="1.0" encoding="UTF-8"?>



3.0
AD_DASHERBOARD-200


110
10
110
Sales Lett
10
AG
0000100007
1100