Webservice for IBM FileNet [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I plan to integrate parts of the IBM Filenet archiv solution into my ASP.NET web application.
Perhaps in a framework or something like that.
Has anyone experience with that or does anyone know that there is the possibility to call a webservice?
Best Regards

IBM FileNet offer Java and .Net API to connect either the Enterprise Java Beans (EJB) or Web Services Interoperability (WSI) protocols.
see for more details:
http://pic.dhe.ibm.com/infocenter/p8docs/v5r0m0/index.jsp?topic=%2Fcom.ibm.p8.common.dev.doc%2Fdev_roadmap%2Ftools.htm
http://pic.dhe.ibm.com/infocenter/classify/v8r7/index.jsp?topic=%2Fcom.ibm.classify.ccenter.doc%2Fbnrgs003.htm

Related

Can i use ado.net with signalR [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am currently working with signalR and its purely new to me.and i have to bulid a application, in that i want to display signalR interaction with database and wants to display a gridview/html table an wants to perform crud operations. and that chages must reflect instantly on other browsers. i have done lots of google but i am not getting any example that help me.So please if any one has any demo application that interact with db using ado.net please help me out i am very thank ful to you
Yes you can use Ado.net with signalr follow this link given below for the demo application
http://www.c-sharpcorner.com/UploadFile/raj1979/broadcast-sql-data-using-signalr-in-Asp-Net/

LDAP Client Library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm trying to write my own LDAP Client Library.
Would you like to give me some examples of such libraries which use OOP.
They can be written in C++, Java, C#, etc.
Thanks in advance!
In java, LDAP can be connected through javax.naming.ldap.* packages which comes in standard distribution. I found the following two links, where in you can get sample codes.
http://www.adamretter.org.uk/blog/entries/LDAPTest.java
http://code.google.com/p/java-use-examples/source/browse/trunk/src/com/aw/ad/LdapBasicExample.java?r=2

what is the best way to access youtube data api with c# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm wondering what the best supported way of accessing the youtube data api is with c#?
Are any of the library's up to date? I can quite easily switch to Django or Rails for this app, but thought I would start with C# as it seems that it is referred to in the current docs. However the examples seem inconsistent, so I'd rather just switch to something that works than mess about with this.
And you can get c# examples at https://github.com/youtube/api-samples/tree/master/dotnet
and the library is in https://developers.google.com/api-client-library/dotnet/apis/youtube/v3
Google has a variety of libraries to make this fairly simple:
https://developers.google.com/youtube/v3/libraries
Including this .NET version:
https://code.google.com/p/google-api-dotnet-client/

POP/SMTP and IMAP through proxy, possible? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is it possible to run POP/SMTP and IMAP through proxy? if so, are there any libraries (preferably open source) for C# to accomplish this? Thanks!
EMail .NET components (POP3, SMTP, IMAP, MIME, SSL, Proxy)
Easy yet powerful POP3, SMTP, IMAP components for .NET with MIME, SSL\TLS and proxy support. Well-designed, these components include lots of demos, tutorials and comprehensive.
available here

SOAP using C# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
How do you use SOAP using C#? Is there a simple, yet effective tutorial for this?
SOAP is encapsulated with the Web Service model in ASP.Net. Here's a good intro article on MSDN: http://msdn.microsoft.com/en-us/library/ms972326.aspx
You can find some good tutorials on MSDN and at the ASP.Net web site. Here's a great introductory video: http://www.asp.net/learn/videos/video-7025.aspx
I like the tutorial at http://users.skynet.be/pascalbotte/rcx-ws-doc/dotnet.htm
Are you using Visual Studio ?
In VS2008 you can add a "Service Reference"
http://www.techtoolblog.com/archives/add-web-references-to-visual-studio-2008
(Google really is your friend on this one :p)

Categories

Resources