Hi,

We are currently running Drupal 7.53 and was wondering if there is a recommended method of running SOAP based queries from Drupal to a third party Document Management System such s LogicalDoc.

I've already written stand alone SOAP based php code to remotly access Logical Doc. Is there a way to use these in Drupal?

Thanks!
Pam

Comments

Jaypan’s picture

Yes and no. You could use your own functions that you've written as a custom library. Or, you can make requests using drupal_http_request(). There may be modules for making SOAP requests as well, I've never looked.