Categories:
aura-mocks-sms-soap-service plugin
Description of the aura-mocks-sms-soap-service plugin
Description
The aura-mocks-sms-soap-service** plugin is responsible for providing a mock SOAP service with access to a test bot dialog: sms-soap-service-dialog.
Find more information in the Github repository:
https://github.com/Telefonica/aura-mocks-server/tree/master/src/plugins/aura-mocks-sms-soap-service
This is part of aura-mocks-server project.
Endpoints API
| Enpoint | Method | Group | description |
|---|---|---|---|
| /sms | GET | soap | Soap Service with operation: sendSMS |
Variables
| name | type | description | mandatory |
|---|---|---|---|
| AURA_MOCKS_SOAP_ACTIVE | string | Flag to indicate if SOAP service is active. By default: false. |
false |
| AURA_MOCKS_SOAP_SERVER_URI | string | URI for SOAP service used to define wsdl. By default: http://localhost:3000. |
false |
Last modified May 14, 2025: feat: Documentation improvement for Prince release #AURA-29163 [RTM] (c69c1272)