You should call a SOAP service to create things in OFBiz (like
storeOrder service for example) instead of creating entity xml. That
way you can use the service layer APIs for all OFBiz both going in
and out of your ruby application.
Try docs.ofbiz.org - there's a wiki. Just drop a note when you're
done on the list--it's hard to keep up with what people are doing there.
On Aug 4, 2006, at 7:57 AM, Alex Caudill wrote:
My idea would be to pull down the products/categories for a given
client via
SOAP, and have
it posted back to OFBiz in CSV or Entity XML format. With Rails this
could be almost
as easy as my_order.to_xml.
In services.xml, add export="true" to each <service> element I want to
expose? If I were to write some docs on this, who would I send them
to?