Search code examples
asp.netweb-servicesdesktopquickbooks

qbxml add customer using webservice


I am using web service to integrate QuickBook Desktop with ASP.NET app. I need to add customer's custom field using ASP.NET library.I have added xml file to send request method in webservice but failed to add customer.


Solution

  • Finally got solution.I have maintained the request from my web application to a table in database. Then i queried it at web service and update each request with its respective response.Appreciate the help from @ Keith Palmer Jr.