How to integrate C# Code with Ofbiz 9?

主宰稳场 提交于 2019-12-20 03:11:34

问题


I have one C# Application written using .net framework4.0.It is working good.Now i want to integrate this C# code with my OFBIZ 9 version.Is this possible to integrate C# with OFBIZ. In my C# Application, I have forms for user interaction and also business logic for accessing word document(OOXML).for example, Getting particular paragraph in the Word Document depending upon user login. I don't know is this possible to integrate C# with OFBIZ?.

Please anybody having Idea or experience share with me...

I am eagerly waiting for your reply...

Thanks & Regards, P.SARAVANAN.


回答1:


Please take a look at this PDF: http://www.opensourcestrategies.com/ofbiz/OFBIZ_SOAP_RMI_Tutorial.pdf

To summarize: All the Ofbiz services can be exported to be available to be called from outside Ofbiz using RMI OR SOAP. Attached PDF has some nice examples on this. This way you can call any Ofbiz service from C# or any other platform remotely.



来源:https://stackoverflow.com/questions/4813693/how-to-integrate-c-sharp-code-with-ofbiz-9

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!