Based on my experience, I would suggest not to struggle with exporting
the OFBiz services. I generally wrap OFBiz services into my own SOAP
services. It is very easier to wrap the OFBiz in your own and do
whatever you want to, make your web services to accept any input, return
whatever you want to.
Thanks,
Raj
On Saturday 05 May 2012 07:49 PM, devalpatel wrote:
I have played with the wsdl modification... but no success..
I can able to call ofbiz service in the .Net app and call comes to the ofbiz
side.......but, ofbiz does not return anything in response to the call and
null is received in .net app.....
STEPS :
1) I have implemented ofbiz service to update inventory.
2) exported the service for using in .net applicaiton.
3) in .net application the client stub is generated using the wsdl.
4) called the service from .Net
5) service is called the inventory is updated in ofbiz.
6) ofbiz sends the response BUT at in the calling code in C#,,,,,,,,, the
NULL is returned........
OTHER POINT --------- Instead of Map the client stub is generated with void
return type...
Is there any file changes required in ofBiz framework/service package ????
Any other solution/suggestion....plzzzz..........
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Re-how-to-use-ofBiz-service-in-Net-application-tp4580144p4611173.html
Sent from the OFBiz - User mailing list archive at Nabble.com.