Benny Skogberg
Benny Skogberg

Reputation: 10681

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?

Upvotes: 0

Views: 1818

Answers (1)

Appleman1234
Appleman1234

Reputation: 16116

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

Upvotes: 1

Related Questions