Hi everyone.
I’m setting up sms sending gateway and faced with problem. Post request isn’t sent.
- I have sms gateway called alphasms (alphasms.ua). They have XML-based API.
I.e. I need to post XML to URL. - I have python script, which is making such XML-doc in format they are need.
- When I launch script directly from web-browser everything works fine.
- I have set all in ERPNext (screenshot is attached
- My script log says that it has been launched and formed correct XML
DEBUG:root:<?xml version="1.0" encoding="utf-8" ?>
test message тест сообщение РАЗ ДВА 3
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): alphasms.ua
- There is no any error messages on screen or in logs
What I’m doing wrong? How can I check why no connection to gateway?
Help me plz