Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-204

XML-RPC/Simplified soap interface please

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 2.1
    • SOAP
    • None
    • All
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      The soap interface is not appropriate for scripting of tasks; it requires the generation of proxy-objects which must be instansiated and populated for even simple requests. It would be nice to have a simplified interface (SOAP, XML-RPC or both) that accepts base-types as arguments. I'd like to be able to do something like this (Python code, based on the confluence xmlrpc interface):

          srv = xmlrpclib.ServerProxy(crowdurl)
          token = srv.crowd1.login(user, pass)
      
          srv.crowd1.addUser(token, uname, passwd)
          srv.crowd1.addUserAttrib(token, uname, "email", email) 
          srv.crowd1.addUserToGroup(token, uname, group)
      

      Attachments

        Issue Links

          Activity

            People

              justen.stepka@atlassian.com Justen Stepka [Atlassian]
              ssmith Steve Smith (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: