cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sending SOAP messages to on-premise

Marcus
New Contributor

Hello!

 

I would like to ask whether it is possible to make script which gets caller phone number and then forms SOAP message which is then sent to the on-prem SOAP service?

For security reasons we would like to use  AWS inversion proxy for sending data to on-prem.

https://aws.amazon.com/blogs/architecture/implementing-lightweight-on-premises-api-connectivity-usin...

Is this kind of a functionality supported on sinch running on AWS cloud platform?

Thanks,

-Marcus

 

1 ACCEPTED SOLUTION

Accepted Solutions

Roland_Ian
Employee
Employee

If you use the Sinch Calling API or Voice and Video SDK and set a Callback URL on your application to receive an incoming call events (ICE) json payload. When an incoming call is made it will contain the CLI.

From the json payload you can format your own SOAP messages as you require to use with your on-prem SOAP service.   We only provide ICE events in json format and towards an endpoint you manage, that would parse your incoming call events to handle as you wish.

 

Roland-Ian Clothier, Developer Support Engineer

View solution in original post

2 REPLIES 2

Roland_Ian
Employee
Employee

If you use the Sinch Calling API or Voice and Video SDK and set a Callback URL on your application to receive an incoming call events (ICE) json payload. When an incoming call is made it will contain the CLI.

From the json payload you can format your own SOAP messages as you require to use with your on-prem SOAP service.   We only provide ICE events in json format and towards an endpoint you manage, that would parse your incoming call events to handle as you wish.

 

Roland-Ian Clothier, Developer Support Engineer

Thank you for the quick answer!

 

With best regards, Marcus