soap_config.php 156 B

1234567
  1. <?php
  2. $username = 'admin';
  3. $password = 'admin';
  4. $soap_location = 'http://127.0.0.1:8080/remote/index.php';
  5. $soap_uri = 'http://127.0.0.1:8080/remote/';
  6. ?>