Posts
All the articles I've posted.

XSLT and SOAP
Updated:All of our SOAP interactions with the Lagan CRM send and return SOAP and by association, XML. The normal practice of handling the sent or returned XML is b

VOF - Accessing H2 from Another System
Updated:Following on from Verint Online Forms using H2 seems pretty straight forward locally. It fires up a web server and you can manage the H2 database straight

Verint Online Forms
Updated:We're new to this and trying to integrate a form solution with our Lagan CRM system. We have a corporately installed test and production system for forms,

When is a Question Mark not a ?
That's a morning of smashing my face on the desk again. I deployed my dev program onto a production system and then started crying as it stopped working as

Postman is Awesome
Updated:I'm in the process of testing and documenting my API's and up until yesterday I'd only used postman to test my responses gave me something back. But it's capable of so much more!

OpenVPN DNS
Updated:Using OpenDNS on a Linux system that uses resolv.conf requires that the OpenVPN script is able to update the DNS servers sent by the remote dhcp options. T

Postman Makes API Development Simple
Updated:Back in the day it seems our CRM developers advised us to use Soap UI for testing out the API calls needed. But I thought I'd give postman a try as we've a

Laravel and Lagan Web Services - SOAP API
Updated:SOAP is a dirty word to me. But I have a need to interact with our CRM system to import / extract data. My go to platform for most of my PHP work is Larave

Sudo and Proxy / Environment Settings
When you run a program using sudo what tends to happen is the sudo/root account fails to do anything useful on the internet. It times out trying to connect

Laravel API and Bootstrap Form Validation
Updated:This caused me some grief today. I spent the day adding validation rules into my Laravel resource controller and rather foolishly set HTML5 validation para