Fire up your applications with Jazz
RSS
Jazz CMS Wiki

About Us

CMS CMS Administration GUI Jazz Jazz Administration Jazz Web Parts Library misc Roles Solutions Training Web Parts Web Service Website Design Website Procedures Wiki conventions WordML Workflow Administration

Quick Search
»
Advanced Search »

Page History: Web Service: Login Interface

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2009/08/26 15:52


Table of Contents [Hide/Show]


Web Service: Login Interface

The Jetfire Web Service has a Login service included with it. The Client must log in to gain access to data in a Jetfire subscription. Login includes:

  • Login as Guest
  • Login as a named user

Login as Guest

The Login as Guest interface sends the following message to the server.


<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <LoginGuest xmlns="http://Jetfire.ca/WebService">
      <subscription>string</subscription>
    </LoginGuest>
  </soap:Body>
</soap:Envelope>


The required parameters are:
  • Subscription

Login as Named User

The Login as Named User interface sends the following message to the server.


<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Login xmlns="http://Jetfire.ca/WebService">
      <user>string</user>
      <password>string</password>
      <subscription>string</subscription>
    </Login>
  </soap:Body>
</soap:Envelope>


The required parameters are:
  • User name
  • Password
  • Subscription

http://www.wiebeworks.com - Wiki version 3.0.4.560.