01-08-2024 05:11 AM
We need to make a SOAP request to the IVR, but the allowed method is POST, and the IVR is sending GET. Is there any way to send a POST in SOAP?
Thank you.
01-12-2024 04:58 AM
Hi there! I'm curious to learn more about the reasons behind your request. What is the use case or scenario you're trying to address?
01-15-2024 03:14 AM
I believe the question is, if it is somehow possible to make a POST SOAP request from the IVR, because atleast the documentation shows that a GET is possible soap:identifier[0].get('field','Not found').:
Sinch Documentation
As far as I know, SOAP requests usually are POST, because it uses XML message which is quite complex to be included in the GET query string. Doesn't matter if you retrieve or add data from/to the service.
Alder