Hi All,

I want to provide web services functionality via SOAP.

I know there is xmlrpc support but that Is somewhat different from SOAP.

In PHP I have implemented a SOAP Client and a Server, but I don't quite know how to link the server php code to use the user.module of drupal. Any help is really appreciated.

Has anyone implemented a SOAP module into Drupal?

Comments

caligari’s picture

You can use PHP5 SOAP implementation or nuSOAP to PHP4.

hdkurd’s picture

Caligari, Thanks for your post,

I have implemented the Service in PHP5 SOAP, but how does one go about integrating that into Drupal?

I know there is a Service module, but as far as I am aware it does not support SOAP yet.