Hello,
I'm starting to play with zimbra's soap service but everytime i try to do a soap call to this url
https://fqdn:7071/service/admin/soap or to
http://fqdn/service/soap i always get a 404 response but if i go to my browser and type those urls they display fine.
My soap cll is as follows:
Code:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn:zimbra"/></soap:Header><soap:Body><AuthRequest xmlns="urn:zimbraAdmin"><name>-myUsername-</name><password>-myPassword-</password></AuthRequest></soap:Body></soap:Envelope>
I'm making the call through Ajax, posting everything via POST with a text/xml contentType.
Any idea on what may be happening?
Thanks,