Search code examples
drupalwcf-client

Where do I find code examples of a Drupal client consuming WCF Web Service?


I have a WCF Web Service up and running in a production environment, and everything works fine if I use a .NET client. But now I want to test if I have the ability to use this Web Service with a Drupal client.

I've searched for the topic, but didn't find any useful content. If anyone have any leads to get me forward I would greatly appreciate it.

Where do I find code examples of a Drupal client consuming WCF Web Service?


Solution

  • An example of using wsclient to consume a SOAP webservice is available here.

    Note this example uses a ASMX webservice.

    See here for how to expose a WCF Web service as an ASMX webservice.

    Also see the internal documentation of the following drupal modules