Re: how to use ofBiz service in .Net application?

2012-04-23 Thread devalpatel
Thanks Jacques .. I have subscribed to mailing list. I would appreciate if i can get suggestion/help/ guide in using the ofBiz services in .Net. Thanks. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Re-how-to-use-ofBiz-service-in-Net-application-tp4580144p4580280.html Sent

Re: how to use ofBiz service in .Net application?

2012-04-25 Thread devalpatel
Thanks for your suggestion Jacques. I have reviewed the issues suggest by you. The issue https://issues.apache.org/jira/browse/OFBIZ-3299f contains the ModelService.java modification, which currently not available in the stable ofBiz 10.04 version. After implementing the modification the ModelS

Re: Error in latest trunk build admin module(Receive Inventory)

2012-04-30 Thread devalpatel
Dhiraj, Mandeep & Jacques, I Think Mandeep has got error in the old demo (9.4 version.) I have verified that the same exception as Mandeep has described above occurs in the : https://demo-old.ofbiz.apache.org While in the latest trunk : https://demo-trunk.ofbiz.apache.org the "Receive Invent

Re: OFBiz and Web Services

2012-05-02 Thread devalpatel
Hi Cameron , We are facing problem in calling ofBiz services in the .Net. I am able to use .Net services in ofBiz. But, I am not able to use the exported ofBiz service in c# .net. Due to ofBiz services return type Map, it creates problem in .Net. Is there any simple code that successfully call

Re: how to use ofBiz service in .Net application?

2012-05-02 Thread devalpatel
, Deval - Original Message - From: Paul Foxworthy [via OFBiz] To: devalpatel Sent: Thursday, May 03, 2012 11:28 AM Subject: Re: how to use ofBiz service in .Net application? Hi Deval, .NET WCF can receive a Map from a SOAP service. In .NET terms it's a Dicti

Re: how to use ofBiz service in .Net application?

2012-05-03 Thread devalpatel
val - Original Message - From: Paul Foxworthy [via OFBiz] To: devalpatel Sent: Thursday, May 03, 2012 12:43 PM Subject: Re: how to use ofBiz service in .Net application? Hi Deval, Assuming you're committed to .NET, I strongly recommend you use WCF. It's a

Re: how to use ofBiz service in .Net application?

2012-05-03 Thread devalpatel
Release-revision : release10.04-133252 -- View this message in context: http://ofbiz.135035.n4.nabble.com/Re-how-to-use-ofBiz-service-in-Net-application-tp4580144p4605524.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: how to use ofBiz service in .Net application?

2012-05-03 Thread devalpatel
Thanks Jacques... I have taken latest trunk... And I have reviewed the Jira issues. but no success... :( -- View this message in context: http://ofbiz.135035.n4.nabble.com/Re-how-to-use-ofBiz-service-in-Net-application-tp4580144p4606269.html Sent from the OFBiz - User mailing list archive at

what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread devalpatel
Hi all, I have to use product inventory from ofBiz to other application. Now, when the order for that product is generated on the external application, i have update the respective inventory in the ofBiz. The ofBiz entity for this is "INVENTORY_ITEM". And below are the fields : 1) AVAILABLE_TO_

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread devalpatel
Thanks for your reply Jacopo ... My problem is related to deducting the inventory quantity. Whenever an inventory in received in respective warehouse a new record is generated in the "InventoryItem". However i am concerned with the total of the respective product's inventory in the particular war

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread devalpatel
Jacques please looking for your thoughts too for this inventory deduction functionality.. is there any service to deduct inventory in any facility -- View this message in context: http://ofbiz.135035.n4.nabble.com/what-is-accountingQuantityTotal-in-InventoryItem-entity-tp4608258p460873

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread devalpatel
Ankit, Thanks a lot for your help. But Below is our process : 1) Inventory added in ofBiz using Facility->Receive inventory 2) Using webservice the inventory send to external app 3) When any order for that product, the ordered product quantity will be send to ofBiz for deducting to keep the ext

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread devalpatel
il table - Original Message - From: Ankit Jain [via OFBiz] To: devalpatel Sent: Friday, May 04, 2012 10:08 PM Subject: Re: what is accountingQuantityTotal in InventoryItem entity? Hi Deval, Yes I got your problem, and you can achieve this by writing a service and

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-05 Thread devalpatel
I am online now. Please give me ur skypeId. - Original Message - From: Ankit Jain [via OFBiz] To: devalpatel Sent: Saturday, May 05, 2012 1:30 PM Subject: Re: what is accountingQuantityTotal in InventoryItem entity? Then I think you have to look into the code hows

Re: how to use ofBiz service in .Net application?

2012-05-05 Thread devalpatel
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 upd

Re: how to use ofBiz service in .Net application?

2012-05-08 Thread devalpatel
*Hi Paul, http://localhost:8080/webtools/control/SOAPService/searchHelloPerson?wsdl while generating the wsdl by hitting above URL in browser,,, i have debug the code in public void getWSDL(Definition def, String locationURI) throws WSDLException{} method.* *DEBUG RESULT * _

Re: how to use ofBiz service in .Net application?

2012-05-09 Thread devalpatel
is updateInventory(), but in the generated classes of c# there isn't updateInventory method & its CallupdateInventory(). Hope, the above details provides more clarity of the problem. Thanks, Deval - Original Message - From: Paul Foxworthy [via OFBiz] To: devalpatel Sent: Wednesday,

Re: how to use ofBiz service in .Net application?

2012-05-09 Thread devalpatel
Message - From: Paul Foxworthy [via OFBiz] To: devalpatel Sent: Thursday, May 10, 2012 3:55 AM Subject: Re: how to use ofBiz service in .Net application? Hi Deval, OK. A ref parameter is both an input and an output. Is there anything in the mapEntryArray after you&#x

Re: how to use ofBiz service in .Net application?

2012-05-10 Thread devalpatel
Rajbir, You have suggested to wrap the ofBiz services into our own SOAP services that returns the primitives types or whatever we want. So, does the SOAP services will be implemented and deployed in ofBiz ? because, i am not clear about how to fit the independent SOAP services into the ofBiz fra

Re: how to use ofBiz service in .Net application?

2012-05-11 Thread devalpatel
ofBiz... 3) required components etc Just brief level direction for implementing wrapper soap service Thanks in advance. Regards, Deval - Original Message - From: Rajbir Saini [via OFBiz] To: devalpatel Sent: Friday, May 11, 2012 11:30 AM Subject: Re

Re: how to use ofBiz service in .Net application?

2012-05-11 Thread devalpatel
Jacques, Is there any other solution to my problem of calling ofBiz services from .Net? .may be different perspective? - Original Message - From: Jacques Le Roux [via OFBiz] To: devalpatel Sent: Friday, May 11, 2012 7:53 PM Subject: Re: how to use ofBiz service in

Re: Facing problem with Cache behavior

2012-05-17 Thread devalpatel
Hi Deepak, Where will i get the recommended production setup for cache.properties file in ofBiz ? Means which properties needs to be commented out, and the values for other props ?? or can i use the default setup of cache.properties in production environment ? Regards, Deval -- View this messa

Re: how to use ofBiz service in .Net application?

2012-05-17 Thread devalpatel
Hi all, Finally, I have resolved the .Net - ofBiz webservice communication issue by using following way : 1) In ofBiz, the call for .Net was successful and response also received successfully. 2) The problem was such that, while calling ofBiz service from .Net app...the response was recieved was

Re: Errors with JAava code in OFBiz

2012-07-18 Thread devalpatel
Hello , Ur code is correct and it works perfectly.. I didnt get any error while using ur code in ofBiz. Have u imported import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.ofbiz.base.util.UtilHttp; The above 3 are required for ur method's code.

Re: Errors with JAava code in OFBiz

2012-07-19 Thread devalpatel
Hello , hey i have tried the exact code and works correctly.. if u have skype can be plz online i want to see the location where u got the errors my skype id is "npatde11" Thanks, Deval -- View this message in context: http://ofbiz.135035.n4.nabble.com/Errors-with-JAava-code-in-O

Re: Errors with JAava code in OFBiz

2012-07-19 Thread devalpatel
Hello Madam, Just replace your import with below : *import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResp