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

IVR Consult SOAP via POST

edcarlossantana
Occasional Contributor

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.

2 REPLIES 2

Riina
New Contributor

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?

aldets
Frequent Contributor

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