I am attempting to send an email using the API. I received the error message:
“Too many automatic redirections were attempted.”
Attached are the SOAP request and SOAP response as trapped using Fiddler.
Am I missing something in the request?
Looks to me like you are not quite submitting to the correct URL. From what I can tell, you are using http://xoa.premiereglobal.com, which is wrong for two reasons:
Hope this helps...
Thank you!
I see that I am setting the URL binding in the wrong place. Made the change. It works correctly!