Skip to content

Instantly share code, notes, and snippets.

package com.ibm.mq.restapi.samples;
import java.io.*;
import java.net.*;
import java.util.*;
import org.json.*;
/**
* <p>
* Common elements for all Rest API query samples
@MarkBluemel
MarkBluemel / RESTInstallationQuery.html
Last active December 7, 2016 14:23
HTML/Javascript samples of using the MQ 9.0.1 REST API
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<!-- -->
<!-- Copyright (c) 2016 IBM Corp. -->
<!-- -->
<!-- Permission is hereby granted, free of charge, to any person -->
<!-- obtaining a copy of this software and associated documentation -->
<!-- files (the "Software"), to deal in the Software without -->
<!-- restriction, including without limitation the rights to use, -->
<!-- copy, modify, merge, publish, distribute, sublicense, and/or -->