SilkPerformer 2009 SilkPerformer.NET Explorer Samples.

Slides:



Advertisements
Similar presentations
Copyright Hub Software Engineering Ltd 2010All rights reserved Hub Document Manager Product Overview.
Advertisements

South Dakota Library Network MetaLib Management Basics Updating Resources South Dakota Library Network 1200 University, Unit 9672 Spearfish, SD
Extern name server - translates addresses of s messages - enables users to use aliases - … ID cards system - controls entrance to buildings,
Forms Authentication, Users, Roles, Membership Ventsislav Popov Crossroad Ltd.
MC365 Application Servers: Servlets. Today We Will Cover: What a servlet is The HTTPServlet and some of its more important methods How to configure the.
JMeter Workshop Friday 1 December 2006 Anthony Colebourne IT Services The University of Manchester.
XML Web Services ASP.NET. Overview of Web Services (Page 1) Web Service – Part or all of a Web application that is publicly exposed so that other applications.
DePaul Bears Try Your Luck!. Why buy this product? Approximately 1,000,000 cell phone users Approximately 2,000,000 or more people play the lottery New.
1 Web Services Visual C# 2008 Step by Step Chapter 30.
Testing the.NET Message Sample SilkPerformer 2009.
TM Getting Started with the Revit API Kristian Parsons Westfield Design & Construction.
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
Label production Solution with Label Gallery programs Label Gallery is used for general label design and print GalleryData is used to create small database.
Label production Solution with Label Gallery programs Label Gallery is used for general label design and print GalleryForm is used to create data entry.
Chapter 1 Introduction Outstanding Features About This Book 1. A novel writing style is adopted to try to attract students’ or beginning programmers’ interesting.
CONFIGURING WINDOWS SERVER MIS 424 Professor Sandvig.
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
Design of GuitarWorld.com
A Scalable Application Architecture for composing News Portals on the Internet Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta Famagusta.

ASP.NET  ASP.NET is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required.
Design for Senior Project December 05, 2007 Raytheon_Design_Review.ppt 1 of 19 Raytheon – Google Earth Roy Daniels, Marc Maciel, Rifina Pierre Department.
South Dakota Library Network MetaLib Management Basics Adding Resources South Dakota Library Network 1200 University, Unit 9672 Spearfish, SD
Developing Workflows with SharePoint Designer David Coe Application Development Consultant Microsoft Corporation.
Oracle Financials – APEX Presented by : Ian Drever Chitra Kanakaraj The University of Waikato.
©2006, CSA Creating and Managing Your COS Expertise Profile Managing Your CV and Promoting Your Work ® Resources for Research, Worldwide.
David Eastwood Maddox Ford Ltd.
9 Chapter Nine Compiled Web Server Programs. 9 Chapter Objectives Learn about Common Gateway Interface (CGI) Create CGI programs that generate dynamic.
11 Web Services. 22 Objectives You will be able to Say what a web service is. Write and deploy a simple web service. Test a simple web service. Write.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Wyoming Online Career and Technical Assessment System Student Registration Training.
SYST Web Technologies SYST Web Technologies Databases & MySQL.
CSCI 6962: Server-side Design and Programming Database Manipulation in ASP.
Slide 1 ASP Authentication There are basically three authentication modes Windows Passport Forms There are others through WCF You choose an authentication.
Advanced samples Printing two types of labels from two different custom forms We have two different labels that contain the same data. One is suitable.
XML Web Service. Overview of XML Web Service ASP.NET XML Web services enable you to remotely access the properties and methods of classes across a network.
 Registry itself is easy and straightforward in implementation  The objects of registry are actually complicated to store and manage  Objects of Registry.
Web Access. Overview  Purpose  Prerequisites  Install Components  Enable Virtual Directories  IIS Configuration & Security  Troubleshooting.
Web Services Error Handling and Debugging. Agenda Simple SOAP faults Advanced SOAP faults SOAP headers and faults Error handling From a Service Perspective.
Getting started with ASP.NET MVC Dhananjay
Implementing and Using the SIRWEB Interface Setup of the CGI script and web procfile Connecting to your database using HTML Retrieving data using the CGI.
OOSSE Week 8 JSP models Format of lecture: Assignment context JSP models JSPs calling other JSPs i.e. breaking up work Parameter passing JSPs with Add.
How to create a SharePoint site MICROSOFT OFFICE SHAREPOINT DESIGNER.
Database Access Control IST2101. Why Implementing User Authentication? Remove a lot of redundancies in duplicate inputs of database information – Your.
Configuring and Deploying Web Applications Lesson 7.
.NET Mobile Application Development XML Web Services.
Building Custom Controls with ASP.NET and the Microsoft ®.NET Framework Rames Gantanant Microsoft Regional Director, Thailand
Central Management Server Managing Your SQL Server Environment 1.
Google App Engine using Java 1. Outline Getting started Guestbook example Todo example Simplified Madlib 2.
SAS ® Global Forum 2014 March Washington, DC.
Hydroinformatics Lecture 15: HydroServer and HydroServer Lite The CUAHSI HIS is Supported by NSF Grant# EAR CUAHSI HIS Sharing hydrologic data.
Connecting to Online Resources from Off-Campus
Manohar1 Fault Handling Activities covered: 1.Scope 2.Throw 3.Catch 4.Sensor.
Jim Fawcett CSE681 – SW Modeling & Analysis Spring 2005
Module 6 Practical part: Creation of X-Road dataservice and client based on WSDL (.NET platform) Name Date.
Introduction to .NET Florin Olariu
z/Ware 2.0 Technical Overview
Section 13 - Integrating with Third Party Tools
Web Portal Project.
Module 0: Introduction Chapter 2: Getting Started
Module 1: Getting Started
E-NOTIFY and CAER OnLine Training
What's New in Visual Studio 2005
Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta
Access eJournals Form Your Home
Deepak Shenoy Agni Software
Student: Popa Andrei-Sebastian
Mark Quirk Head of Technology Developer & Platform Group
Plug-In Architecture Pattern
Presentation transcript:

SilkPerformer 2009 SilkPerformer.NET Explorer Samples

28/14/2015.NET Remoting  RemotingLib implements one remotable object (MarshalByRefObject) and defines an interface  \SampleApps\RemotingSamples\RemotingLib  RemServConsole is the server application that hosts the remotable object and implements one object that implements the defined interface of RemotingLib  \SampleApps\RemotingSamples\RemServConsole  All Source Code is available  Code is already compiled as debug version

38/14/2015.NET Remoting Testing  Start the remoting server application  Menu „Help\Start Remoting Sample“ in.NET Explorer Main Menu  Manually start application \SampleApps\RemotingSamples\RemServConsole\bin\debug\RemServConsole. exe  Load the remoting lib in.NET Explorer  \SampleApps\RemotingSamples\RemotingLib\bin\debug\RemtingLib.dll  Create an instance of class RemoteObject  Context Menu on RemoteObject – Create Remote Object You will be prompted for the Activation URL (tcp://localhost:2000)  Connect to the remoted interface  Invoke a Method of the RemoteInterface interface You will be prompted (the first time) for the Activation URL either „tcp://localhost:2000/RemoteInterface.rem“ or „tcp://localhost:2000/RemoteInterfaceSCall.rem“ (single call object)

48/14/2015.NET Component Testing  Netexptestdll implements some base classes that can be tested  Load from \SampleApps\netexptestdll\bin\debug\netexptestdll.dll  Instantiate one of the loaded objects Context menu on the class or invoking a constructor  Store the created object in a variable  Call methods on the created object

58/14/2015 Web Service Testing  demo.borland.com  This site hosts several web services that can be used for testing  Demo Web Service (BorlandSampleService.asmx)  Simple method calls  Testing ASP.NET Data Types (DataTypes.asmx)  Sample Web Service from Microsoft  Allows you to test different data types provided by the ASP.NET Framework  Ordering Web Service (OrderService.asmx)  Web Service that allows you to order Books/DVDs  A description can be found on the next slide  Other Free accessible Web Services  

68/14/2015 Order Web Service   Following methods are available  SearchArticles: Search for articles by a name pattern  GetArticleByName: Search for an article by the full name  GetArticleById: Search for an article by its id  CreateUser: Creates a new user in the database  Login: LogIn with an existing user. The return value is the user id which is needed for other method calls – store this return value in a global variable  Logout: Logs you out of the system  CreateOrder: Creates a new order for the currently logged in user  AddOrderItem: Adds an item to the order.  GetOrder*: Returns information about an order  All order related methods take the userid as header parameter. Thats the reason why you should store the user id returned by the Login method in a variable and use this variable as input for all the order related methods.  Some of the methods might throw a SOAP Excepetion, e.g.: when you are not logged in and try to create an order

78/14/2015 Web References  Borland contact  Borland Homepage:  References to online WebServices    .NET Ressources  