Developer forum

Forum » Development » Webservices - eCom, users, pages

Webservices - eCom, users, pages

Nuno Aguiar
Reply
Hi,

We have a project where a client want's to integrate Dynamicweb with some other systems. So far they've been isolated situations, but now we start to see a lot of the same situations.

Are there any plans of having eCommerce, Users (registration, login) and pages as a webservice somewhere in the future? Although we need to develop this now, we want to know if there's some pointers on how to do/not to do some of the things.

Nuno 

Replies

 
Pavel Volgarev
Reply
Hi Nuno,

There is a web-service that allows you to synchronize users: "/Admin/Public/WebServices/UserManagement/UserSync.asmx". It provides only one method called "SynchronizeUser". The method accepts the "Dynamicweb.Modules.UserManagement.Synchronization.UserInfo" object as a first parameter and the authorization token as the second one. The authorization token can be found in Management Center -> System -> System Information, under the section "Reporting" there is an "Installation checksum" field.

As for having the web-services that would allow creating/modifying/deleting products and related information - this functionality is not available right now but as far as I can tell it's in our product backlog.

-- Pavel

 

You must be logged in to post in the forum