home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / PEAR / SOAP / Interop / readme.txt < prev    next >
Encoding:
Text File  |  2008-07-02  |  826 b   |  24 lines

  1. Round 2 Interop Test files
  2.  
  3. Resources:
  4. http://www.whitemesa.com/interop.htm
  5. http://www.whitemesa.com/r3/interop3.html
  6. http://www.pocketsoap.com/registration/
  7.  
  8. Requires an SQL database, schema for MySQL is in interop_database.sql.
  9.  
  10. Run interop_client_run.php to store test results.
  11. View index.php to see test results.
  12.  
  13. To setup an interop server:
  14.  
  15. 1. Copy config.php.dist to config.php.
  16. 2. Web server must alias url /soap_interop/ to the pear/SOAP_Interop
  17.    directory. The alias url can be set in config.php.
  18. 3. index.php should be set for the default document.
  19. 4. MySQL should be set up, with a database called interop, schema is in
  20.    interop_database.sql. Database name, user, and password can be set in
  21.    config.php.
  22. 5. interop_client_run.php should not be left under the web root, it is
  23.    available for manual testing.
  24.