I am having problem retrieving $_REQUEST array key/value i submintted using post method. here is the simple form I am posting:
[code=html]
<html>
<head>
</head>
<body>
<form action="http://192.168.130.51: 8080/merchantAPI/postPairs" method="post">
Request Type: <input type="text" name="reqType" value="CCSale"/><br...