CapX

Applicatie Integratie
Afdrukken E-mailadres

In aanvulling op de integraties die reeds beschikbaar zijn biedt CapX ook een Software Development Kit (SDK). Hiermee worden ontwikkelaars en service providers op eenvoudige wijze in staat gesteld om maatwerk integraties te maken. Onze software development kit biedt flexibel en snelle applicatie integratie en is gebaseerd op onze bestaande XML Dbase die zeer intensief is getest en uitgeleverd.

Software Development Kit (SDK)

Introductie
Het protocol is gebaseerd op de XML standaard (http://www.w3.org/TR/2008/REC-xml-20081126/), welke flexibel en in hoge mate uitbreidbaar is met nieuwe parameters en functies.

Release 1.0 (januari 2010) was een startpunt voor integratie met 3rd party applicaties. De beschikbare feature set groeit en is voortdurend in ontwikkeling.

Het volledige XML integratiedocument is op aanvraag beschikbaar.

XML voorbeeldcode ‘Simple paging alert’;

Envelope

Index

Type

Description

5

alert

Simple Paging message


Content Simple paging alert

Index

Content

5

<?xml version="1.0" encoding="iso-8859-1"?>
<message type=”alert”>
<tid>1</tid>
<mid>5</mid>
<datetime>01-01-2010 00:00:00</datetime>
<destination>061234567</destination>
<text>This is an alert from the “third party app”.</text>
<beepcode>0</beepcode>
<msgtype>0</msgtype>
<callback>+3167654321</callback>
<url>http://www.mywebcam.nl/live</url>
</message>
Where:
<mid> contains a unique message identifier. This identifier will be used in all consecutive STATUS messages pertaining to the given alert message. This is needed since alert and status messages will be exchanged asynchronously.

<msgtype> contains the way a message should be presented/stored on the phone.
Values: 0=SMS, 1=Flash, 2=SIM, 3=Flash+SMS, 4=Flash+SIM