I have to connect to a shipping company for my online store using Magento Soap API. I cannot get the two to connect. I get The
request failed with HTTP status 503: Service Unavailable
.
I have tried to turn off WS-I Compliance as well as WSDL and still nothing. It seems like the API service is not working. I have SOAP enabled on my server. If I try to visit the API service in my browser it redirects to my index page and never loads any SOAP XML. If I turn both WS-I and WSDL I get an error of
Procedure 'login' not present
.
I cannot seem to get this figured out and running out of options.