cancel
Showing results for 
Search instead for 
Did you mean: 

"No Endpoint Listening" error when connecting with Trustpilot

"No Endpoint Listening" error when connecting with Trustpilot

I'm trying to integrate TrustPilot with our Magento 1.7.0.2 setup following these instructions:

 

1. Log in to Magento

  • Log in to Magento as an “admin user”. Note that we support Magento 1.7.0 and above.

2. Create a "SOAP/XML-RPC Admin Role"

  • Go into "System > Web Services > SOAP/XML-RPC Roles"
  • Click "Add New Role"
  • Type in "Admin" as your "Role Name"
  • Click "Role Resources"
  • Set "Resource Access" to "All"
  • Click "Save Role"

3. Create a "SOAP/XML-RPC User"

  • Go into "System > Web Services > SOAP/XML-RPC Users"
  • Click "Add New User"
  • Type in a "Username" (e.g. "Trustpilot Extension")
  • Type in a new "API Key"
  • Repeat the same "API Key" in the "API Key Confirmation"
  • Click "User Role"
  • Select the "Admin" role
  • Click "Save User"

 

I have done the above successfuly but when I give the user & api details to TrustPilot I get the following error:

 

Connection problem: Error setting up connection to Mangento server: There was no endpoint listening at http:xxxxxxxxxxxxx/api/v2_soap that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

 

(I replaced the url with the xxxx's)

 

Does anyone know what the problem might be? or any suggested solutions?

 

 



1 REPLY 1

Re: "No Endpoint Listening" error when connecting with Trustpilot

Most frequent problem could be that there are no SOAP-PHP extensions available which you need to confirm at your magento setup. Did you reconfirm that ?