Activating/Deactivating aif ports using a script - microsoft-dynamics

I've searched google and also this site but am having trouble finding any examples for this. Does anyone have any suggestions?

are you looking for AifPortManager::deployPort('PORT_NAME'); and AifPortManager::undeployPort('PORT_NAME'); ?

Related

How do I host a Django project on Google Cloud Platform?

Can anyone tell me how I can easily host my Django Project on Google Cloud Platform ?
Links to a detailed video guide are highly appreciated and Thanks in advance.
I find the documentation so convoluted, tedious, and non-user friendly and so need help to figure out the right way to host my Django based project.
The best way to deploy your Django project in the cloud is using a micro VM, or you can use google app engine but I don't have experience with that so I can't help you with that.
First create a VM instace if you don't know how you can read this then you can read this tutorial how to setup a Django tutorial in a Linux machine . Hope it helps
Google Cloud Platform has multiple product offerings, you need to decide on one which best fits your particular case.
IMHO you should start here to decide: Getting Started With Django

Ionic2 using a Generic Oauth2 provider

I have been trying to find information on how to use a generic oauth2 provider in Ionic2 but could not find anything useful. In most of the cases I can only see info for Facebook or Google but no info on how to use your own provider. Have anyone done this before? Or does anyone know any useful links? Thank you so much in advance.
After poking around some you've got a few choices. http://ionic.io/cloud#authentication looks promising though I've never played with it. Here's one which should give you a bit more control, https://github.com/nraboy/ng2-cordova-oauth
Further... there's nothing saying you need to use something specific to ionic2. Why not use any of the plethora of oauth libraries out there and wrap it in your own service to use with ionic's page nav?

SharePoint Web Service, why there is no GetListItems() function?

I have added a SharePoint service to my C# Windows Form project. I am able to retrieve available Lists from server. But when I trying to get the data from a List, I am can't find the method GetListItems(). I only saw GetListItemsRequest and GetListItemsRequestBody. All Google results related to GetListItems() but almost none on GetListItemsRequest().
Anything I have missed out? Anyone can help on this? Thanks a lot.
Sorry, my bad. I tried to add service again. And do a search in my solution, I found the GetListItems() function under ListSoapClient. Somehow I can replicate what I did previously that it's not available under ListSoapClient, thus I can identify what I did wrong. Thank you all for your response. Appreciate it.
It is available under the Lists service.
Http://server/site/_vti_bin/lists.asmx?op=GetListItems

How to add items to a wiki page library in Sharepoint via Web Services?

There is not information around about this, the only link I found related to this problem, is:
http://sites.google.com/site/sharepointwikiuploader/
and it doesn't really helps.
Any clue?
I don't have a clue, but maybe these guys do: SharePoint Overflow.

Run byteflow on google app engine

I am searching a django blogļ¼Œthen I find byteflow is good choice.
But I would like to run it on google app engine. I think I can try the app-engine-patch.
Is it possible to do that? any comment is appreciated.