Developer forum

Forum » Ecommerce - Standard features » Marketing - Potential leads

Marketing - Potential leads

Ivan Marijanović
Ivan Marijanović
Reply

Hi

 

When we click on Marketing - Leads - Potential leads we get this error:

"Could not find default endpoint element that references contract 'dk.dynamicweb.geolocation.IIPLookupService' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element."

Any ideas?

Also how can we create report in backend to display number of users registered for receiving newsletters by months?

 

Thank you in advance!

Ivan

 


Replies

 
Nicolai Pedersen
Reply

What version?

 
Ivan Marijanović
Ivan Marijanović
Reply

It is 9.6.9!

 

Ivan

 
Morten Bengtson Dynamicweb Employee
Morten Bengtson
Reply
This post has been marked as an answer

Hi Ivan,

The endpoint error was fixed in 9.6.10

You can either upgrade or fix it by making a change in your web.config

Find this...

<endpoint address="http://geolocation.dynamicweb-cms.com/IPLookup/IPLookupService.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IIPLookupService" contract="GeoLocation.IIPLookupService" name="BasicHttpBinding_IIPLookupService" />

... and replace with this ...

<endpoint address="http://geolocation.dynamicweb-cms.com/IPLookup/IPLookupService.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IIPLookupService" contract="dk.dynamicweb.geolocation.IIPLookupService" name="BasicHttpBinding_IIPLookupService" />

Best regards,
Morten

Votes for this answer: 1
 
Ivan Marijanović
Ivan Marijanović
Reply

Thank you Morten. I will try first second solution!

Ivan

 

You must be logged in to post in the forum