Google Search Results

Clear Results

WebServices available on WebCOBRA.com

Web API

Location: http://app.webcobra.com/exec/api.asmx

Our newest and most exciting WebService. Using our "API" you can have unprecendented access to your data. What can you do? Well, your imagination is the limit, but here's what we've thought of:
- Run Custom Reports
- Refresh your local systems with status updates each night
- Connect your phone system's IVR system so people can call in and check their status

You can download sample code that takes advantage of our WebAPI:
- Access Database Loader
- Simply Query Console Application

This is our first revision of the API, we've included the most commonly used fields we thought would make sense. If you have other fields you'd like added in the next release, let us know in our Forums.

See a list of fields, or discover the WSDL for yourself.


Document Scanner

Location: https://app.webcobra.com/exec/ScanImageAdmin.asmx

We originally published the scanner as a Desktop Client to scan documents into a QB's History record as a PDF. You can still do that, and you can implement your own. WSDL available here. You'll want to:
1) Login() by creating a WebCOBRA_LoginData object
2) FindQB() for a QB using an SSN or QBID
3) Create a DocumentUpload object, and upload to WebCOBRA using the UploadImage()


System Integrator

Location: https://app.webcobra.com/exec/SystemIntegrator.asmx

The Original webservice here at WebCOBRA.com. There's no login or Authentication Key to deal with, you use the ImportXMLToWebCobra method and pass in the XML document (definition available online in IT Resources or https://app.webcobra.com/resources/systemintegratorformat.xml. You'll want to pass in the credentials with the following:

<SecurityLogin AdministratorLoginCode="" AdministratorUserName="" AdministratorPassword=""/>

It's probably easier for most organizations to create the XML file and upload it manually through IT Resources in WebCOBRA.com -- but if you want the totally automated solution, this is it! (WSDL)