Search code examples
.netofbiz

How to connect to Apache OfBiz from .NET


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.


Solution

  • 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