Uploading documents via services in Sitefinity - sitefinity

Does anyone know how to upload documents to a sitefinity site hosted remotely from my desktop machine, via the API or services?
Thanks

For any others interested in this, here are some references.
I found some information on a Falafel Software blog post regarding the topic.
http://blog.falafel.com/blogs/basememara/11-11-14/Upload_Documents_Remotely_to_Sitefinity.aspx
...and also on the Sitefinity forums.
http://www.sitefinity.com/devnet/forums/sitefinity-4-x/general-discussions/using-the-web-services-to-upload-documents-to-chosen-libraries.aspx

Related

How to test Documentum RESTful APIs

I'm successfully running the Documentum Developer Edition on a Virtual Machine as suggested by Documentum's Official Site. I have access to the admin page, and now i'd like to test the RESTful apis to check if it's corrently working, to get an idea on how Documentum works.
Do you know how to do it? What URLs can i visit with the Virtual Machine's browser to test REST apis (possibly with the GET method)?
Please note that i currently can't access the official ecm documentation for office reasons.
I am running Documentum xCP 2.1 Developer Edition. I doubt that REST services on Documentum 7.0/7.1 Developer Edition have different base URL address but check few usual ports at server with either dctm-rest or documentum-rest path.
If by chance you are running xCP 2.1 DE try with
http://demo-server:8080/dctm-rest/repositories/MyRepo
It'll list you repository details.
As you can assume
http://demo-server:8080/dctm-rest
is the base URL for Documentum REST services. You can play from there. Best part is to create stateless process which you'll consume as REST services from your client. ;)
For help check out these links:
https://community.emc.com/docs/DOC-32266
http://tagsalad.wordpress.com/2013/06/04/emc-documentum-platform-rest-services-tutorial/
https://apicorner.wordpress.com/2013/07/16/documentum-releases-rest-resources/
When you gain access to official documentation you'll have 489 pages big Development Guide.

Secure Web API With Azure AD

Can anyone provide me with instructions on how to setup and secure a Web API project using Azure AD? I can create the project but when I navigate to /api/values/, I get a 401 response. The application has been added to the list of applications in my Azure AD directory.
I found a blog post here that appears to address this topic but the steps do not match my environment. Perhaps this is because it is a bit outdated?
What am I missing?
Take a look at the Web API examples at https://github.com/AzureADSamples, specifically WebApp-WebAPI-OAuth2-AppIdentity-DotNet and AzureADSamples/WebApp-WebAPI-OAuth2-UserIdentity-DotNet.

Write File to Sharepoint Online WinRT

I have recently been working on developing a winRT app that will allow someone to enter information on to a form. I am trying to then upload that form to SharePoint online as part of the Office 365 suite. I have been unable to find any examples or real documentation on how to do this. Has anyone found anything close to this online? Any help would be much appreciated.
You should be able to do an HTTP put from your WinRT app to your SharePoint online web services. Here is a list of the Web Services and interfaces. Here is a sample of how to call RESTful web services from a Windows Store style app.

Active Directory Web Services (ADWS) SDK

I recently come to know that there are web services by WCF for Active Directory. I presume this is not about LDAP.
Are there any documentations or blogs about it as to what the default endpoints are or what the API looks like or does it even talk in SOAP? or can you please shed some light on how to connect to Active Directory Web Services? or just where to find out the WSDL?
I googled/binged around without any luck. The closest page I could get is http://technet.microsoft.com/en-us/library/dd391908(WS.10).aspx
However, it doesn't tell me where and how to connect to the web service.
Thanks in advance.
Look at http://social.technet.microsoft.com/Forums/en-US/winserverDS/thread/fcdb56de-2422-49ed-a7c1-093fa9542c60/ and the answer from MSFT Moderator "As far as I know, ADWS doesn't support the HTTP-Binding."

Where is the Sharepoint 2010 media web part

I want to add video to my SharePoint 2010 site but I can't find the video and Audio web part
Can someone help?
Media Web Part is included in Publishing feature, which is only available in SharePoint Server 2010. You won't have it if you're using SharePoint foundation.
If you do have this, activate the publishing feature on your site and you should see it.
Good FAQ here
FAQ
Best of luck,
Shane