Client Software

From
Revision as of 22:31, 13 January 2009 by ElricDarsi (Talk)

Jump to: navigation, search

art clip movie theater easyrecovery professional 6.04 serial index au revoir les enfants movie inspirations bath movie orlando theatres alo rm to mp3 converter serial sitemap phantom of the opera movie review ebert audition batman movie actor india movie photo ali fight videos policy bureaucracy juneau movie theater asian massage sex video sugarshack movie india make mother movie their used village which pimone serial norton password manager 2005 crack autocad electrical 2005 serial stocking babes movies mxpx video codes photo2dvd serial 3.5 quickmovies moviemom lezzie video arizona drivers license picture people of the sun video sapphire ati video card romanian deadlift video silent waters movie paige davis video shaving old man and fuck and movie movie nude rachel weisz ati radeon 9550 video card osamamovie http stupid safety video movie picture porn star movies comming out on dvd sex tour videos site madame currie movie adult browser movie picture search webmap domain movie copyright compliance movie reveiws napolin dynomite the movie jame bond movie list music videos ll cool j rc races videos mercedes slr videos movie projectionist jobs 2006 ebert movie roeper ten top krista allen movie icarus video mike tyson movie clips purple ribbon all stars video codes a movie script ending death cab lyrics ill take that as a yes video man muscular naked video movie quotes coffee and cigarettes new roc city movie schedule magic videos artemis fowl movie casting microsoft plus digital media edition serial no movie series star war agatha christie movies assassination attempt reagan ronald video orlando fl movie theatres kiki daire movie clips nightmare video board games plane crash landing video p900 theme editor serial new movie soundtrack patti labelle music video system video wireless singin in the rain movie cast sitemap index rc monster trucks videos naughty pinay scandal sex video kate bush eat the video autodesk inventor 8 crack inspirations hair salon in mexico stays video alanis morissette thank you music video photo video wetlook swim video ong bak movie trailer download amateur free hardcore video seven video net pk runescape video ann miller movies alquiler de en locales montevideo movie 8 in slidell page masterpiece video niki belucci movie aim live video ports movies mt pleasant sc movies and dvds for sale iraq missile video return to me movie picture this video productions real dogging videos movies of people having sex marvel vs capcom 2 tournament videos url online bank license application quad city movie theater kelis milk shake video monta ellis video elton john music video i want love sitemap pirate of the caribbean 2 audition point blank video game license to chill cd cover string bikini models video varracc

Main Page Latest News F.A.Q. EService Timecard Web Services Client Software Downloads

Contents

The EService Integrator

Developed in house, this application is designed to simplify the process of connecting external system to EService. The Integrator is designed to read incoming XML messages from Emails, Files, or Microsoft Message Queue Messages, convert them to EService Jobs, and send them into EService. The Integrator can then monitor these jobs and send XML Emails, Files, and Messages out detailing any status changes or updates to jobs in EService, allowing external systems to receive near real time job monitoring information.

The Integrator uses the SOAP interface to achieve this, but no knowledge of the SOAP interface is required to use the Integrator.

EService Test Clients

Built in C Sharp (C#)

The EService CSharp Test Client application is a complete test client in the sense that it is capable of running all of the EService SOAP methods as well as processing all of the data types returned by these SOAP methods respectively. It contains an internal data storage mechanism, i.e. Datasets to store the data in xml files within the application folder, that allows for progression and saving of job and task data and thus allowing users to effectively perform any function of the website via the application interface. It can also easily switch between different organisations. Please check back soon for instructions on how to request an organisation in our EService webserver.

It is made up of several panels, each of which is capable of running a group of related methods, e.g. methods for manipulating customer details, job details, etc. On the right hand side of each panels are two groups of buttons. The top group of light gray buttons contain buttons for calling methods to manipulate the local data storage, which is stored as xml files within the application folder. The lower group of dark gray buttons contain buttons for calling EService SOAP methods, i.e. those methods to interact with EService webserver.

The source code of this test client application should be able to help current and potential users of EService write their own modules to interact with EService webserver. It represents the coding required to link an external report or data management system with EService, and the source code is available to assist developers in creating their own linking modules to EService. For example, should a developer need to develop a module to export/import customer data to/from EService webserver, he or she could have a look at the source code for the "Create Customers" and "Manage Customers" panels.

The documentation for the client is here : C# Test Client Documentation.

Visual Studio 2003

The Test clients built under Visual Studio 2003 are designed to run against the Microsoft .NET Framework 1.1. The 1.1 Framework can be downloaded from Microsoft's website : http://msdn.microsoft.com/netframework/downloads/updates/

Visual Studio 2005

The Test clients built under Visual Studio 2005 are designed to run against the Microsoft .NET Framework 2.0. The 2.0 Framework can be downloaded from Microsoft's website : http://msdn.microsoft.com/netframework/downloads/updates/

Built in Visual Basic .Net

The Visual Basic Test Client is more limited in scope compared to its C Sharp alternative as it only focuses on a single method of the appropriate SOAP API. However, it contains highly detailed and comprehensive commenting in the source code. This Visual Basic client is designed to show existing and potential users of EService how to write Visual Basic .NET program to interact with EService webserver, i.e. how to invoke an EService SOAP method and process the returned value using a Visual Basic .NET program. This example should be sufficient as the procedures for invoking all of the other EService SOAP methods (as well as processing the returned values) are the same.

The provided Visual Basic EService Test Client can only access the EService SOAP method to retrieve details of a job, given the primary key of the job.

Visual Studio 2003

The Test clients built under Visual Studio 2003 are designed to run against the Microsoft .NET Framework 1.1. The 1.1 Framework can be downloaded from Microsoft's website : http://msdn.microsoft.com/netframework/downloads/updates/

Visual Studio 2005

The Test clients built under Visual Studio 2005 are designed to run against the Microsoft .NET Framework 2.0. The 2.0 Framework can be downloaded from Microsoft's website : http://msdn.microsoft.com/netframework/downloads/updates/

Timecard Test Clients

Built in C Sharp (C#)

The Timecard CSharp Full Test Client exercises the full set of methods and data types in the Timecard Web Service. It uses Datasets to store the data in xml files within the application folder, allowing users to effectively perform any function of the website via the application interface.

It is made up of several panels, each of which is capable of running a group of related methods, e.g. methods for manipulating user events, teams, etc. On the right hand side of each panels are two groups of buttons. The top group of light gray buttons contain buttons for calling methods to manipulate the local data storage, which is stored as xml files within the application folder. The lower group of dark gray buttons contain buttons for calling Timecard SOAP methods, i.e. those methods to interact with Timecard webserver.

The source code of this test client application should be able to help current and potential users of Timecards write their own modules to interact with Timecard webserver. It represents the coding required to link an external report or data management system with Timecard, and the source code is available to assist developers in creating their own linking modules to Timecard. For example, should a developer need to develop a module to manage teams in Timecard webserver, he or she could have a look at the source code for the "Team Management" panel.

Visual Studio 2003

The Timecard C# Full Test Client has been built to completely exercise all the functions and features of the Timecard SOAP API. It allows you to retrieve information about users events and hours of specified time intervals, and create new users and teams. Please check the Downloads page for more information about geting the source code and a test client installer.

The Test clients built under Visual Studio 2003 are designed to run against the Microsoft .NET Framework 1.1. The 1.1 Framework can be downloaded from Microsoft's website : http://msdn.microsoft.com/netframework/downloads/updates/

Visual Studio 2005

The Test clients built under Visual Studio 2003 are designed to run against the Microsoft .NET Framework 2.0. The 2.0 Framework can be downloaded from Microsoft's website : http://msdn.microsoft.com/netframework/downloads/updates/

Built in Visual Basic .Net

The Visual Basic Test Clients is more limited in scope compared to its C Sharp alternative as it focuses on a single method of the appropriate SOAP API. However, it contains highly detailed and comprehensive commenting in the source code. This Visual Basic client is designed to show existing and potential users of Timecard how to write Visual Basic .NET program to interact with Timecard webserver, i.e. how to invoke an Timecard SOAP method and process the returned value using a Visual Basic .NET program. This example should be sufficient as the procedures for invoking all of the other Timecard SOAP methods (as well as processing the returned values) are the same.

The provided Visual Basic Timecard Test Client can only access the EService SOAP method to retrieve event details of a user, within a given time period, given the primary key of the user, the start date and the end date of the period.

Visual Studio 2003

The Test clients built under Visual Studio 2003 are designed to run against the Microsoft .NET Framework 1.1. The 1.1 Framework can be downloaded from Microsoft's website : http://msdn.microsoft.com/netframework/downloads/updates/

Visual Studio 2005

The Test clients built under Visual Studio 2005 are designed to run against the Microsoft .NET Framework 2.0. The 2.0 Framework can be downloaded from Microsoft's website : http://msdn.microsoft.com/netframework/downloads/updates/

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux