문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top