This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<schema xmlns="http://www.w3.org/2001/XMLSchema" | |
targetNamespace="urn:switchyard-config:switchyard:1.0" | |
xmlns:swyd="urn:switchyard-config:switchyard:1.0" | |
xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912" | |
elementFormDefault="qualified"> | |
<import namespace="http://docs.oasis-open.org/ns/opencsa/sca/200912" | |
schemaLocation="sca-1.1-cd06.xsd"/> | |
<element name="switchyard" type="swyd:SwitchYardType"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{ | |
"title": "Wufoo Entry", | |
"icon": "images/icons/wufoo_64.png", | |
"top": 145, | |
"left": 252, | |
"compID": "wufoo_hook", | |
"subdomain": "elasticio", | |
"formID": "q7x3s5", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{ | |
"title": "Postmark Outbound", | |
"icon": "images/icons/postmark_64.png", | |
"top": 178, | |
"left": 142, | |
"compID": "postmark_send", | |
"from": "[email protected]", | |
"id": "step_112", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{ | |
"title": "Postmark Inbound", | |
"icon": "images/icons/postmark_64.png", | |
"top": 133, | |
"left": 151, | |
"compID": "postmark_receive", | |
"id": "step_160" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{ | |
"title": "Postmark Inbound", | |
"icon": "images/icons/postmark_64.png", | |
"top": 95, | |
"left": 81, | |
"compID": "postmark_receive", | |
"id": "step_160" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{ | |
"title": "HTTP Request", | |
"icon": "images/icons/http_64.png", | |
"top": 132, | |
"left": 131, | |
"compID": "http", | |
"uri": "/users/:id", | |
"method": "get", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{ | |
"title": "HTTP Request", | |
"icon": "images/icons/http_64.png", | |
"top": 132, | |
"left": 131, | |
"compID": "http", | |
"uri": "/users/:id", | |
"method": "get", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{ | |
"title": "HTTP Request", | |
"icon": "images/icons/http_64.png", | |
"top": 105, | |
"left": 107, | |
"compID": "http", | |
"uri": "/users/:id", | |
"method": "get", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{ | |
"title": "HTTP Request", | |
"icon": "images/icons/http_64.png", | |
"top": 129, | |
"left": 119, | |
"compID": "http", | |
"uri": "/leads", | |
"method": "get", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"/> | |
<style type="text/css"> | |
html { | |
height: 100% | |
} | |
body { |
OlderNewer