EAI HTTP Transport POST json string
I need help using the method POST pass JSON string partner.
Here is the specification of the partner service:
URL = https://server/service/service.cfm
POST /queryBatch.cfm HTTP/1.1
Host: <server>
User-Agent: <application_name>
Content-Type: application/x-www-form-urlencoded
Content-Length: <Lenght>
<Value>
An example of a JSON string to be transmitted to the partner:
{"name":"user","password":"Y2R?d5H*gMxzqm01","IDTask": 4,"typeoper":"I","cardnumber":"9898980000000017","kod":827,"message":"Non-activated card"}
Why do I get an error when transferring partner JSON string according to its requirements:
"Error invoking service 'EAI HTTP Transport', method 'SendReceive' at step 'Call UPC'. (SBL-BPR-00162)
-
HTTP Request error during 'Submitting Data Send HTTP request': 'Status code - 500' (SBL-EAI-04 117) "