Currently facing an issue with my WCF web service hosted on Azure as a cloud service. I am encountering difficulty in sending a POST SOAP request from an HTML/JS web application due to restrictions on cross-domain communication. Despite trying different POST methods, the issue persists. Has anyone encountered this problem before and can suggest a solution or workaround?
Any assistance would be greatly valued.
Thanks in advance.