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
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.