Example #1
0
 def test_order_add(self):
     http_url = "http://localhost:7600/call"
     dictHeader = {}
     dictHeader["source"] = "UNITTEST1"
     httpService = HttpService()
     # result = httpService.http_post(http_url,content, dictHeader)
     result = httpService.http_get(http_url, dictHeader)
     print "result=", result
Example #2
0
 def test_order_add(self):
     http_url = "http://localhost:7600/orderAdd?id=5&name=abin&age=25&version=0"
     dictHeader = {}
     dictHeader["source"] = "UNITTEST1"
     httpService = HttpService()
     # result = httpService.http_post(http_url,content, dictHeader)
     result = httpService.http_get(http_url, dictHeader)
     print "result=", result