Skip to content

Instantly share code, notes, and snippets.

@wrburgess
Created March 3, 2012 13:13
Show Gist options
  • Save wrburgess/1965999 to your computer and use it in GitHub Desktop.
Save wrburgess/1965999 to your computer and use it in GitHub Desktop.
Chrome Advanced Rest API Client for Testing and Catapult
Authorization: Firm username:password

URL:

http://connprod04.prod.vibes.com:8080/MessageApi/mt/messages

Headers (Raw Input):

Authorization: Vibes username:password

Body (Raw Input):

<?xml version="1.0" encoding="UTF-8"?>
<mtMessage>
  <destination address="1112223333" />
  <source address="34235" type="SC" />
  <text><![CDATA[test message]]></text>
</mtMessage>

Content Type:

text/xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment