Hi Deval, In step 6, do you mean that you have confirmed that the map data is in the SOAP response? In other words, have you confirmed that the problem is definitely in the WSDL description of the message, and not the message itself?
Assuming that is the case, try writing a simple service in .NET that returns a Dictionary, which is the .NET equivalent of a Map. Then write a client to consume the service, verify that it works, and review the WSDL. In answer to your question, "Is there any file changes required in ofBiz framework/service package ????". Possibly yes. If you can identify what's wrong in the WSDL, something can be done about it. Cheers Paul Foxworthy 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.......... > ----- -- Coherent Software Australia Pty Ltd http://www.cohsoft.com.au/ Bonsai ERP, the all-inclusive ERP system http://www.bonsaierp.com.au/ -- View this message in context: http://ofbiz.135035.n4.nabble.com/Re-how-to-use-ofBiz-service-in-Net-application-tp4580144p4611328.html Sent from the OFBiz - User mailing list archive at Nabble.com.
