How to integrate C# Code with Ofbiz 9?

后端 未结 1 467
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-22 00:49

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 O

1条回答
  •  故里飘歌
    2021-01-22 01:24

    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.

    0 讨论(0)
提交回复
热议问题