I tried to sendFax using easyLink API ..but i had this response:
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault xmlns:axis2ns10606="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>axis2ns10606:Client</faultcode>
<faultstring>The endpoint reference (EPR) for the Operation not found is https://webservicestest.easylink.com/webtools/sendfax/SendFaxManagerService and the WSA Action = </faultstring>
<detail />
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Please help me .