Developer forum

Forum » Dynamicweb 9.0 Upgrade issues » Custom SOAP / Web service

Custom SOAP / Web service

Gheorghe Balan
Reply

Hi 

I am trying to build a custom REST/SOAP service in order to fetch data from Dynamicweb outside of the Razor and page context. 

You have already built a similar implmentation - for instance for fetching user data : http://{{my-url}}/Admin/public/webservices/userManagement/UserSync.asmx

Preferably I would like to do it in a REST context - but SOAP will do for now, too.

I have tried to create both some soap and rest classes in my VS project - but I could't call them.

I cannot find any documentation about it either - so I would appreciate it if you could point me in the right direction.

Br

Gheorghe


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

If you search this site for MVC or WEBAPI you would get a lot of pointers.

There is an explanation on how to do it here: https://doc.dynamicweb.com/forum/dynamicweb-9-0-upgrade-issues/dynamicweb-9-0-upgrade-issues/using-webapi-with-attribute-routing-in-dw-9

I would go for rest - SOAP is kind of 'so last year' :-)

Votes for this answer: 1
 
Gheorghe Balan
Reply

Much appreciated, Nicolai - It will make my life much easier :)

Br

Gheorghe

 

You must be logged in to post in the forum