I'm looking for best practices for transfering / retrivieing files using web services to / from extrenal application having MSSQL Database.

  • Files will be uploaded by registered users of drupal and could be of type doc/pdf/images etc. and could be upto 5MB in size
  • Use of SOAP calls for transferring files and retrieving files to/from external application
  • Any suggestion on number of hopes application should have?
  • Any premium support over Acquia cloud platform

Comments

Jaypan’s picture

You can retrieve data from external services using drupal_http_request().