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 applicat开发者_如何学JAVAion into ofbiz.
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
精彩评论