Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Latest commit

 

History

History
62 lines (49 loc) · 950 Bytes

File metadata and controls

62 lines (49 loc) · 950 Bytes

Oops

Oops is testing tool for SOAP.

install

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

Usage

Access WebSite

http://127.0.0.1:8000
  1. Upload .wsdl file.
  2. Set parameters.
    eg) SOAP version, headers, args...
  3. When you click request button, then it will be sent.

Notice

Please have this app is to operate in the local environment .