creating document nodes triggered by web service call
I need to instruct umbraco to create content nodes from an external system.
After some searching I found that umbraco has a webservice API that I can use for my purpose.
I am using Umbraco 7 and put of the box this functionality does not work. It seems that I have to build a umbraco.webservices.dll by hand and install it in umbraco
According to the post bellow this way is not recommended. Because I am still at the beginning of the project could somebody tell me what would be the preferred way.
creating document nodes triggered by web service call
I need to instruct umbraco to create content nodes from an external system. After some searching I found that umbraco has a webservice API that I can use for my purpose.
I am using Umbraco 7 and put of the box this functionality does not work. It seems that I have to build a umbraco.webservices.dll by hand and install it in umbraco
According to the post bellow this way is not recommended. Because I am still at the beginning of the project could somebody tell me what would be the preferred way.
http://our.umbraco.org/forum/getting-started/installing-umbraco/40688-Should-umbracowebservicesdll-be-included-in-v605
Hi El
Don't know if the documentation of the service API might help? http://our.umbraco.org/documentation/Reference/Management-v6/Services/
/Jan
is working on a reply...