Table of Contents [Hide/Show]
Utilities for the Jetfire Web Service Allowed Subscriptions Allowed Web Methods ID IsFound Get Jetfire Configuration Is Logged In Is Nexus Active Ping
<?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> <AllowedSubscriptions xmlns="http://Jetfire.ca/WebService" /> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='utf-8' ?> <Errors xmlns="http://schemas.Jetfire.ca/Errors"> <Error Name="Error 1" Value="Access to all subscriptions allowed"/> </Errors>
<?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> <AllowedWebMethods xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> </AllowedWebMethods> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='utf-8' ?> <Errors xmlns="http://schemas.Jetfire.ca/Errors"> <Error Name="Error 1" Value="Access to all web methods allowed"/> </Errors>
<?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> <ID xmlns="http://Jetfire.ca/WebService" /> </soap:Body> </soap:Envelope>
Jetfire WebService built by TrackerRealm Corporation
<?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> <IsFound xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <filter>string</filter> </IsFound> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='utf-8' ?> <Errors xmlns="http://schemas.Jetfire.ca/Errors"> <Error Name="Error 1" Value="Count found: 281"/> </Errors>
<?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> <GetJetfireConfig xmlns="http://Jetfire.ca/WebService" /> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <Jetfire> <Calendar> <Hours> <Hour Name="24" DisplayName=""></Hour> <Hour Name="0" DisplayName="00"></Hour> <Hour Name="1" DisplayName="01"></Hour> <Hour Name="2" DisplayName="02"></Hour> <-- snip --> <Minute Name="58" DisplayName="58"></Minute> <Minute Name="59" DisplayName="59"></Minute> </Minutes> </Calendar> <Duration> <Days> <Day Name="0" DisplayName="0 days"></Day> <Day Name="1" DisplayName="1 day"></Day> <Day Name="2" DisplayName="2 days"></Day> <-- snip --> <Minute Name="58" DisplayName="58 minutes"></Minute> <Minute Name="59" DisplayName="59 minutes"></Minute> </Minutes> </Duration> <DateControl> <StartYear Name="0" DisplayName="1950" /> </DateControl> </Jetfire>
<?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> <IsLoggedIn xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> </IsLoggedIn> </soap:Body> </soap:Envelope>
<boolean>true</boolean>
<?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> <IsNexusActive xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> </IsNexusActive> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='utf-8' ?> <Errors xmlns="http://schemas.Jetfire.ca/Errors"> <Error Name="Error 1" Value="Nexus is Active"/> </Errors>
<?xml version='1.0' encoding='utf-8' ?> <Errors xmlns="http://schemas.Jetfire.ca/Errors"> <Error Name="Error 1" Value="Connection Active"/> </Errors>