FTP/SFTP functionality on WSO2 Developer Studio - wso2-integration-studio

I'm using WSO2 developer studio for building BPEL workflow. My requirement also needs FTP/SFTP functionality to be added to the BPEL project. Could anyone advice if there is any feature pack that i can add to my WSO2 developer studio installation to get this functionality.

Related

BizTalk Application Version using VSTS

I am using VSTS to build and deploy BizTalk 2016.
Do you know from where can I control Application's version number under Properties dialog?
The ideal would be to retrieve it from Version field in Visual Studio, but I could live without it.

I am not able to find the ASP.net Web Application template in Visual Studio Enterprise 2015

I recently installed Visual Studio 2015 Enterprise Edition. I was not able to find the ASP.net Web Application template in it.
I have already tried the following
Repair the setup.
Modify setup and uncheck and check Microsoft Web Developer Tools option.
Install Visual Studio 2015 Extension for ASP.NET Project Templates as outlined here. http://blogs.msdn.com/b/webdev/archive/2015/02/08/some-of-asp-net-project-templates-in-vs-2015-are-available-on-vs-gallery.aspx
Clean up registry keys, delete all setup files and clean installation.
What can I do to get the OneASP.net template to develop MVC and WebAPI applications.
please refer the above steps to check if you can create a MVC project in Visual Studio 2015 Enterprise Edition.
If you still could not see the MVC project template in Visual Studio 2015 Enterprise Edition, I suggest you could try to delete ItemTemplatesCache, ProjectTemplatesCache folder and then run the the devenv /InstallVSTemplates switch and devenv /Setup switch. Please refer to the following MSDN document and then check this MVC project template issue.
Reference: https://msdn.microsoft.com/en-us/library/ms241279.aspx?f=255&MSPPError=-2147217396
https://msdn.microsoft.com/en-us/library/ex6a2fad.aspx

Add ASP.NET Web API Authentication in Visual Studio 2015 to existing project

In Visual Studio 2015, when selecting a Web API template, we can now select No authentication, Individual User Accounts, Organizational Accounts, or Windows Authentication. Visual Studio then generates large quantities of code and includes many nugget packages automatically.
If I already have an ASP.NET Web API project without authentication, is it possible to add all of the generated code and packages for one of these authentication options without having to rebuild the solution from scratch or manually add each package?
Thanks -
If you use the nuget package manager to search for identity you should be able to install it from there. There is an equivalent nuget command line incantation for nuget too:
Install-Package Microsoft.AspNet.Identity.Samples -Pre
Be careful though. The current version is prerelease and it may also install a number of dependent components Which may cause issues.
As with all such things, taking a full backup of the solution before starting the process is advisable!

Do not see BizTalk projects in VS 2010 Ultimate

I have a Visual Studio 2010 Ultimate installed on my local machine. I used it for c# development for quite some time.
Now I have a project for BizTalk development. When I click New Project I do not see the BizTalk project option.
What do I need to do to get BizTalk projects on my Visual Studio 2010 Ultimate?
You will need to download a version of BizTalk from Microsoft and install at least the developer tools and SDK. But usually you will want to do a complete install unless you already have a BizTalk Server you can deploy to for development purposes.
See this thread What do you need to develop in BizTalk
Step1:
Launch BizTalk Setup>Modify>Unselect 'Developer tools SDK'>Complete the installation.
Step 2:
Launch BizTalk Setup>Modify>Select 'Developer tools SDK'>Complete the installation.
After you have performed Step1 and Step 2, or you may have not Installed Developer Tools SDK then perform only Step 2.
Start>>Visual Studio 2010 >> Biztalk >> Biztalk Empty Project>> If you now see it then you can assume that your Developer Tools have been successfully installed.
https://social.technet.microsoft.com/wiki/contents/articles/25177.biztalk-server-start-developing-a-simple-biztalk-application-for-biztalk-beginners.aspx

Issues in deploying .car file in wso2 esb

I am creating the >car file using Developer studio and deploying using Wso2 Carbon server4.0.
When i am deploying always getting the older versions. Some times the server not properly deploying the car. And also how to build the project to get the latest changes.
Please suggest me a better procedure creating and deploying the car file.
I am using Wso2 esb 4.7.0 version,
Developer studio 3.2 version.
Refer to the following documentation.
http://docs.wso2.org/display/DVS310/Deploying+and+Debugging

Resources