Closed (fixed)
Project:
Web service client
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2012 at 17:35 UTC
Updated:
21 Mar 2013 at 03:30 UTC
Currently you need to set up a rule and then execute it triggering an action. This lead to the creation of nodes (or other) in order to test the Web Service.
Would it be possible to provide a standalone form to test the Web Service ?
Something like the standard .NET invoke form should be handy and also allowed to integrate directly external Web Services in a Drupal site (like currency converter).
Thanks a lot.
Comments
Comment #1
dman commentedI needed to get more visibility on this also.
Here is Web Service Client Tester that I wrote today to do that.
Comment #2
tostinni commentedThis is great, thank you.
Comment #3
klausiLooks useful! Should we include this with the wsclient project or do you want it to be a separate project?
Comment #4
dman commentedIt's not at all useful on its own, and the wsclient (well, often web services in general) is a bit of a struggle to understand without good visibility of the transactions - so it would make most sense to go into the wsclient package I think.
Feel free to merge. I'll come on to maintain it a little if you'd like.
I'm also working on full Feeds integration as well - which is why I had to write this tester first :-).
I'll let you know how that goes.
Comment #5
klausiThanks, integrated as subtree:
I also added you as maintainer to this project, feel free to commit improvements to wsclient_tester.
Comment #6
dman commentedCheers!
( Also, thanks for the example on git merging the right way :-) )
Comment #7
dman commentedAdded a README - pulled from my sandbox project page.