Hi,
I could not get much documentation on how to use this module. It would be nice to have a write up on usage with an example.

Comments

klausi’s picture

Status: Active » Fixed

I improved the README as a first step. Tutorials on drupal.org would be awesome, but I don't have the time right now - maybe someone else can jump in?

amalaer’s picture

Assigned: Unassigned » amalaer
Status: Fixed » Needs work

Happy to jump in :-) We're using this module - great job, thanks! - and we'll write some documentation.

@klausi: where should we put the docu?

  1. Site Building Guide -> Connecting to other Sites, Systems, and Data -> Third-party Integration Modules
  2. Develop for Drupal -> Contributed modules for developers (next to Services)
  3. Tutorials and site recipes -> Tutorials

I'd suggest all 3 and linking them.

I'll also add a link to
http://drupal.org/node/298487

What do you think?

klausi’s picture

Great! I think you found the right places to put it. I look forward to review the docs, just notify me in this issue and I'll have a look.

amalaer’s picture

Status: Needs work » Needs review

Please review.

klausi’s picture

Title: Documentation missing » REST service tutorial missing
Status: Needs review » Active

Wow, this is huge. I haven't tried the tutorial myself, but from reading it looks perfectly valid. Thank you for this detailed piece of information, which will be very valuable for many others. I will add a link to the tutorial on the project page.

I leave this issue open for somebody who wants to add a REST service tutorial, too.

darmoire’s picture

Amalaer, this is an excellent SOAP tutorial. It worked for me after the first try. Very well done. Thanks.

Srinath_K’s picture

Please update with REST service tutorial.

paloma.jimenez’s picture

plz any actualization on REST tutorial?

klausi’s picture

As I said, I currently do not have the time to write one, but you can have a look at the wsclient_example module, which provides REST services.

Horroshow’s picture

Can't complete the example in the tutorial. The screenshot in step #1 shows that you need to input Data Types but no detail in the description.

And in #4, after adding the 'Create a data structure' rule, there's no CELSIUS value field where to put the token [node:field-ctf-temp].

docans’s picture

Issue summary: View changes

Hi I am ready to create a video for this and upload it to youtube if you can help me with my issue below

I am working on a project that involves using the feeds module to fetch data from a web services and then import that data to drupal fields. I am using the feeds module and the web service client module https://www.drupal.org/project/wsclient and the feeds web services client module at https://www.drupal.org/project/wsclient_feeds.

for the process to work i need to configure a web service description according to the readme at http://cgit.drupalcode.org/wsclient/tree/README.txt?id=refs/heads;id2=7....

After which i will have to configure feeds.

How do i configure the parameters for the service description correctly so as to make a call and then recieve the result and then store the result in drupal

Do you have any idea how to do this. Thanks