From d5c3a232ca761804a3bcf85f96d6f6bd3a1581fb Mon Sep 17 00:00:00 2001 From: ahkal01 Date: Tue, 9 Dec 2014 15:21:15 +0000 Subject: [PATCH] rr pairs 1 --- get1-req.txt | 1 + get1-rsp.txt | 19 +++++++++++++++++++ get2-req.txt | 1 + get2-rsp.txt | 19 +++++++++++++++++++ get3-req.txt | 1 + get3-rsp.txt | 19 +++++++++++++++++++ get4-req.txt | 1 + get4-rsp.txt | 19 +++++++++++++++++++ 8 files changed, 80 insertions(+) create mode 100644 get1-req.txt create mode 100644 get1-rsp.txt create mode 100644 get2-req.txt create mode 100644 get2-rsp.txt create mode 100644 get3-req.txt create mode 100644 get3-rsp.txt create mode 100644 get4-req.txt create mode 100644 get4-rsp.txt diff --git a/get1-req.txt b/get1-req.txt new file mode 100644 index 0000000..527c883 --- /dev/null +++ b/get1-req.txt @@ -0,0 +1 @@ +GET /vapi/alain/rest/customer/Clark \ No newline at end of file diff --git a/get1-rsp.txt b/get1-rsp.txt new file mode 100644 index 0000000..63bd571 --- /dev/null +++ b/get1-rsp.txt @@ -0,0 +1,19 @@ +HTTP/1.1 200 +Content-Type: text/xml; charset=UTF-8 +Connection: close +Date: Wed, 29 Jan 2014 23:57:55 GMT +Cache-Control: private, max-age=0 +Expires: -1 + + + + Clark +
Slough
+ 12-15-2013 + 12-19-2013 + + Clark + 44175324135 + Clark@gmail.com + +
\ No newline at end of file diff --git a/get2-req.txt b/get2-req.txt new file mode 100644 index 0000000..8938e53 --- /dev/null +++ b/get2-req.txt @@ -0,0 +1 @@ +GET /vapi/alain/rest/customer/Smith \ No newline at end of file diff --git a/get2-rsp.txt b/get2-rsp.txt new file mode 100644 index 0000000..f862f33 --- /dev/null +++ b/get2-rsp.txt @@ -0,0 +1,19 @@ +HTTP/1.1 200 +Content-Type: text/xml; charset=UTF-8 +Connection: close +Date: Wed, 29 Jan 2014 23:57:55 GMT +Cache-Control: private, max-age=0 +Expires: -1 + + + + Smith +
Windsor
+ 12-10-2013 + 12-14-2013 + + Smith + 44175324134 + Smith@gmail.com + +
\ No newline at end of file diff --git a/get3-req.txt b/get3-req.txt new file mode 100644 index 0000000..d3a0ae6 --- /dev/null +++ b/get3-req.txt @@ -0,0 +1 @@ +GET /vapi/alain/rest/customer?name=Clark&address=Slough \ No newline at end of file diff --git a/get3-rsp.txt b/get3-rsp.txt new file mode 100644 index 0000000..63bd571 --- /dev/null +++ b/get3-rsp.txt @@ -0,0 +1,19 @@ +HTTP/1.1 200 +Content-Type: text/xml; charset=UTF-8 +Connection: close +Date: Wed, 29 Jan 2014 23:57:55 GMT +Cache-Control: private, max-age=0 +Expires: -1 + + + + Clark +
Slough
+ 12-15-2013 + 12-19-2013 + + Clark + 44175324135 + Clark@gmail.com + +
\ No newline at end of file diff --git a/get4-req.txt b/get4-req.txt new file mode 100644 index 0000000..60c2e81 --- /dev/null +++ b/get4-req.txt @@ -0,0 +1 @@ +GET /vapi/alain/rest/customer?name=Smith&address=Windsor \ No newline at end of file diff --git a/get4-rsp.txt b/get4-rsp.txt new file mode 100644 index 0000000..f862f33 --- /dev/null +++ b/get4-rsp.txt @@ -0,0 +1,19 @@ +HTTP/1.1 200 +Content-Type: text/xml; charset=UTF-8 +Connection: close +Date: Wed, 29 Jan 2014 23:57:55 GMT +Cache-Control: private, max-age=0 +Expires: -1 + + + + Smith +
Windsor
+ 12-10-2013 + 12-14-2013 + + Smith + 44175324134 + Smith@gmail.com + +
\ No newline at end of file