content management through web services

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
1/25/2009 12:00:47 PM
Gravatar
Total Posts 38

content management through web services

Hi,

is already present some functionality exposed through web services? I would need to be able to add and edit html contents (even set permissions on these contents) through web services. What about the following section

<system.web.extensions>
<scripting>
<webServices>
<authenticationService enabled="true" requireSSL="false" />
<roleService enabled="true" />
</webServices>
</scripting>
</system.web.extensions>

?

Thanks,

LB

1/26/2009 8:49:59 AM
Gravatar
Total Posts 18439

Re: content management through web services

Hi,

There is not currently web services for updating content. The web services you see there are built in 3.5 .NET services for authentication and roles, they use the MembershipProvider and RoleProvider so no additional code was needed to use those web services. So far in my Silverlight prototyping I use those services to authenticate and get roles for the user from Silverlight.

It does not yet work on Linux/Mono but if you have a windows box you can experiment and see my silverlight work, or you can try it on the demo site from here: http://demo.mojoportal.com/app.aspx

I do plan to build more web services using the REST toolkit.

Best,

Joe

1/26/2009 11:38:22 AM
Gravatar
Total Posts 38

Re: content management through web services

Thanks Joe,

at the moment, would you suggest me the easiest way (if exists) to allow external software adding html content to existing pages?

1/26/2009 1:41:09 PM
Gravatar
Total Posts 18439

Re: content management through web services

No, there is nothing currently. Only the blog has the ability to add content using the MetaWeblogAPI, so you can post to the blog using Windws Live Writer or other apps that support MetaWeblogAPI. But no other features support this.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.