tags:

views:

108

answers:

1

What are the ways to connect to Apache OfBiz from a .NET application?

I would like to know how can I get data from ofbiz and how I can update date from the .NET application into ofbiz.

+1  A: 

Do you only want to retrieve/modify data? Why don't you connect directly to the database? If you need something more complex you could implement webservices using SOAP ( or RMI ) this tutorial should help you SOAP/RMI tutorial or ofbiz

Ismael