Skip to content

Instantly share code, notes, and snippets.

View rchittock's full-sized avatar

Robert Chittock rchittock

View GitHub Profile
@rchittock
rchittock / API Call
Last active November 14, 2023 08:57
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sup="http://webservices.hpi.co.uk/SupplementaryEnquiryV1">
<soapenv:Header/>
<soapenv:Body>
<sup:EnquiryRequest>
<sup:Authentication>
<!--Optional:-->
<sup:ServiceVersion>
<sup:MajorVersion>1</sup:MajorVersion>
@rchittock
rchittock / 0_reuse_code.js
Last active August 29, 2015 14:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console