Announcement

Collapse
No announcement yet.

PHP Soap example to create user

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP Soap example to create user

    Hi

    I'm looking for a PHP example script to create a user account using SOAP. The perl script is not so helpful, because it's just not my language. Does someone has a script in PHP?

    Thanks
    Mike

  • #2
    Check out the open-xchange-admin-soap repository

    Code:
    cvs -d :pserver:anonymous@www.open-xchange.com:/cvsroot co open-xchange-admin-soap
    and look into the directory open-xchange-admin-soap/test/php

    Comment


    • #3
      Thanks a lot. It works perfectly. I just realized, that the command for changeuser is missing. Is there someone working on this? Otherwise I will try it by my self.

      Comment


      • #4
        Hi,

        cool that it works as expected.

        Just try to code the changeuser example and let us know. then we will add this example to the svn repository. if you have problems , come to our IRC chat on freenode.net #open-xchange.

        Comment


        • #5
          It looks like there is a bug in this changeuser function in a consistency check. I created a bug report:



          I hope someone can fix this bug soon, that we can start offering the webmail to our customers.

          Thanks
          Michael

          Comment

          Working...
          X