GithubHelp home page GithubHelp logo

qm_xmltester's Introduction

XML-RPC Tester

Project version: 1.0 
Runtime environment: Java Servlet
Licence: "Public domain"

See the changelog.

Project description

This is a simple Java Servlet for testing XML-RPC with QueueMetrics.

http://www.queuemetrics.com

I use it with Tomcat it should work with any servlet container.

I wrote this several years ago for my own use, it's handy for seeing the exact output from the various XML-RPC requests from Queuemetrics while writing your custom reports.

There is a single Java class in the WEB-INF/classes folder, this does all the work.

There is a simple compile bash script too. The WEB-INF/lib folder contains the 3rd party Java packages you'll need to compile against.

For now the URL to the XML-RPC server is hard-coded into the code so this needs editing. If I get round to it I'll put this into an input box on the web page and/or a settings file.

There's a basic web.xml config file in there which will get it working. I've used it with Tomcat 5, 5.5, 6 & 7.

Requirements

Java Servlet engine (such as the one you're already using for Queuemetrics)

Installing

Just put the xmlrpc-tester folder into your webapps folder

Compile the servlet, the included compile script should do this for you.

cd <tomcat path>/webapps/xmlrpc-tester/WEB-INF/classes
./compile.sh

Then restart Tomcat or whichever servlet container you're using.

Usage istructions

Web browse to:

/xmlrpc-tester/xmltest

Authors

Author: Paul Hayes Date: Sometime in 2009. Uploaded in 2014.

qm_xmltester's People

Contributors

hayesey avatar

Watchers

 avatar  avatar  avatar

qm_xmltester's Issues

qm xmlrpc username and password

The queuemetrics username and password are hard coded as 'robot' in xmltest.Java. They need to be in input boxes. Still default to robot as this is default in Qm.

Perhaps make a settings file that can be saved.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.