Developer forum

Forum » Integration » Liveintregration and multiple shops with a webservice for each

Liveintregration and multiple shops with a webservice for each

René Poulsen
Reply

Hi,

I'm working on a solution that has 2 shops with a webservice setup for each. Webservice for shop1 URL is /DynamicwebService and for shop2 it would be /DynamicwebServiceNo.

How do I setup the liveintegration for this? It looks like I can specify multiple URLs in the liveintegration setup, but how can I be sure that the /DynamicwebServiceNo only is used when I'm on the website using shop2? Does it just work, or do I have to change some settings somewhere?


Replies

 
Dmitriy Benyuk
Reply
This post has been marked as an answer

Hi René,
you need to leave blank/empty the option "Shop" in the LiveIntegration add-in settings and configure your "Web service URL" as described here.
So your links should look like:
http://localhost:8090/DynamicwebService;Session.Shop;SHOP1
http://localhost:8090/DynamicwebServiceNo;Session.Shop;SHOP2
And it should work, the current website shop id is taking from the Websites -> Web site -> eCommerce -> Shop setting
Regards, Dmitrij

Votes for this answer: 1
 
René Poulsen
Reply

Hi Dmitriy,

Thank you very much! It works!

 

You must be logged in to post in the forum