Mapping Web Service
A Web Service used to render a map within an application
The following operations are supported. For a formal definition, please review the Service Description.
-
ADCProcessing
This method accepts a Map Session GUID and MapType, then will return a string value of what ADC will process to generate Map. -
CreateBitSet
Gets ShapeFileId, DatabaseName, MMDBQueryId and EmailList as requests and returns the Success/Status string as response or Error/Message String as response.// response Status for a Success will be: “Initiated” // response Status for a Error will be: Actual Exception Message -
GetBitSetStatus
Gets the ShapeFileId, Database and QueryId as request and returns status as a string.// responses may be: “PENDING”, “COMPLETED”, “NOT AVAILABLE”, “ERROR” // PENDING will continue until the operation completes // COMPLETED upon completion… this status will only occur once // NOT AVAILABLE if no information available for ShapeFileId/database combination… will occur after ‘COMPLETED’ obtained // ERROR on error condition -
getCount
This method accepts a specially formatted XML Document and returns a sets of XML record counts in XML Format. - getDescription
-
getLeadsWithTally
This method accepts a specially formatted XML Document and either returns a sets of XML records or a Tally of Records. -
getMap
This method is used to Generate the Map Script for Non-Sms Products: Accepts a Specific Input Typeand then returns a iframe script to be rendered on Client end. -
getMapSessionID
This method accepts a website name and vendor name and then returns a new GUID sessionID. -
getRadius
This method accepts specially formatted XML and returns a sets of XML regions. -
getRegions
This method accepts specially formatted XML and returns a sets of XML regions. -
renderMap
This method accepts a sessionID GUID and then will return a string value of an HTML IFrame. -
saveRegions
This method accepts a specially formatted XML Document and saves a portion of it in a database.