Support for WineDirect API/Web Services
  • 08 Apr 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Support for WineDirect API/Web Services

  • Dark
    Light
  • PDF

Article Summary

If you are a software developer and encounter an error while trying to invoke a Web Service, viewing the SOAP request and response messages is useful because they often point to the problem.

If you are unsure of how to do this or are still unable to resolve the issue, please open a request for assistance from the WineDirect technical support team by emailing support@winedirect.com 

Please note that they cannot troubleshoot custom code or perform any coding analysis. Specific questions about usage will be referred to our partnership team for follow-up. 

To help us efficiently troubleshoot any issues, please include the following information in your email:

  • Name of the website
  • WSDL Service URL
  • Service name (endpoint)
  • Description of the problem and type of error

Please also include as much information as possible about how you are integrating:

  • Name and purpose of the application which is running the request
  • Is the application a 3rd-party off-the-shelf tool or a custom-developed integration?
  • Local Support: do you have an IT team with insight into the application code and logs?

If the problem seems to be with single requests:

  • Sample Request (XML)
  • Sample Response (XML) showing the problem
  • If the problem surfaces when running a lot of requests:
  • Time of attempt
  • Information about the volume attempted, the failure rate, and the speed the application is querying at (requests per second/minute)
Example report for single request problemExample report for volume problems
  • Website Name: XYZ Winery
  • Service URL: https://webservices.vin65.com/V301/OrderService.cfc)
  • Service Name: GetOrderDetail
  • Problem and type of error: GetOrderDetail returns 500 Internal Server Error for order number 12546
  • App: 3rd-party app
  • Local Support: no insight into code, but have some error logs
  • Sample request: XML is not available, but logs show the last order ID querying before the error
  • Sample response: XML not available, but error logs show 500 response
  • Website Name: XYZ Winery
  • Service URL: https://webservices.vin65.com/V301/NoteService.cfc
  • Service Name: SearchNotes
  • Problem and type of error: homegrown integration gets several time-outs when pulling last week's order notes
  • App: Homegrown reporting app, written in C#
  • Local Support: local IT team has access to code and logs
  • Time of attempt: 12 noon
  • Volume: pulling approx. One thousand two hundred notes; seeing approx. 10% time-outs; querying at 20 reps



Was this article helpful?