Active
Project:
Web service client
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
23 Mar 2011 at 04:42 UTC
Updated:
21 Oct 2015 at 21:28 UTC
Jump to comment: Most recent
Comments
Comment #1
klausiI 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?
Comment #2
amalaer commentedHappy to jump in :-) We're using this module - great job, thanks! - and we'll write some documentation.
@klausi: where should we put the docu?
I'd suggest all 3 and linking them.
I'll also add a link to
http://drupal.org/node/298487
What do you think?
Comment #3
klausiGreat! 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.
Comment #4
amalaer commentedPlease review.
Comment #5
klausiWow, 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.
Comment #6
darmoire commentedAmalaer, this is an excellent SOAP tutorial. It worked for me after the first try. Very well done. Thanks.
Comment #7
Srinath_K commentedPlease update with REST service tutorial.
Comment #8
paloma.jimenez commentedplz any actualization on REST tutorial?
Comment #9
klausiAs 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.
Comment #10
Horroshow commentedCan'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].
Comment #11
docans commentedHi 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