Oops is testing tool for SOAP.
Clone Project
git clone https://github.com/cloudpack/oops
Install PHP Packages
cd path/to/oops
php composer.phar install
To enter a blank to all parameters.
Some parameters are missing. Please provide them.
database_host (127.0.0.1):
database_port (null):
database_name (symfony):
database_user (root):
database_password (null):
mailer_transport (smtp):
mailer_host (127.0.0.1):
mailer_user (null):
mailer_password (null):
secret (ThisTokenIsNotSoSecretChangeIt):
Install Node Modules
npm install
Build JavaScript Source
webpack
Run Server
php bin/console server:run
Access WebSite
http://127.0.0.1:8000
- Upload
.wsdlfile. - Set parameters.
eg) SOAP version, headers, args... - When you click
requestbutton, then it will be sent.
Please have this app is to operate in the local environment .