MRIConverter SOAP Service Installer
curl -L https://raw.github.com/VPH-Share/MRIConverter/master/install.sh | bashwget --no-check-certificate https://raw.github.com/VPH-Share/MRIConverter/master/install.sh -O - | bashgit clone https://github.com/VPH-Share/MRIConverter.git
cd MRIConverter
manage/provision.sh 2>&1 | tee ~/MRIConverter-install.logTo be able to access the the server from external clients, certain port redirections and service endpoints need to be configured.
| Name | Type | Port | Source | Notes |
|---|---|---|---|---|
| web | TCP | 8080 | 0.0.0.0/0 |
| Type | Invocation Path | Port | WS/REST Descriptor |
|---|---|---|---|
| soap | / | web(8080) | /?wsdl |
Note: Ensure you insert the WSDL as a text string into the optional WS/REST Descriptor fields.