OpenNTF.org - Calling Secure Domino WebServi
My Links (Not logged in)
Code Bin Search
 
Hosted by Prominic.NET
Rate This Code
5 - brilliant stuff
4 - very nice
3 - average
2 - needs work
1 - bad
   OpenNTF Code Bin
About This Code
Brief Description:
Calling Secure Domino WebService From Vb.Net 
Rating:
Rating: 4 , Number of votes: 1 
Contributor:
Steve Duncan 
Category:
Other 
Type:
Miscellaneous 
Notes Version:
R7.x 
Last Modified:
23 Mar 2007 
OpenNTF Disclaimer

All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.

Code / Description
This code demonstrates how to call a secure Domino Webservice from vb.net. The code is set up to go against a Domino environment with Multi Server SSO turned on. Basically you import your domino wsdl file into Visual Studio, then create a new class that inherits from the class created for the imported wsdl and add in functions to support including the security token. See the class DominoWs


The code is setup to generate a LtpaToken from the user entering a username and password, but it can easily be set up to get the token from the user as long as the iis server can see the Token.

To set up

1) Add your name to the acl of the database
2) Sign the database and copy to the domino server

Open the web.config file in the ASP.NET project, in the appSettings section
1) Change the NotesWsEndPoint to the path to the database you just copied up
2) Change the NotesLoginUrl to reflect your domino server location

Usage / Example
Code Attachments
ws.zip (34 Kbytes)
 Comments

No documents found

 Add your comment!