Container MKT
Hi,
I am mapping the information of a SOAP Service into "Int-PegaCDH-Container" in order to use the same activity of Container (Pega API), called "HandleContainer_V2". The request information is correct, but it is not returning anything in the response. When I log the input information in the activity, the only difference is "CookieString", that in the SOAP Service is not populated.
I am using the same request for both service, our customer SOAP service and OOTB REST service "/PRRestService/PegaMKTContainer/V2/Container", but it only populates the response in the REST service (API).
Request: {"CustomerID": "1","ContainerName": "Test","Channel": "CallCenter","Direction": "Inbound"}
Is CookieString property necessary? Which is the reason?
Thank you in advance.