JSSP - Subscribe Method
This is writing to the rec table but it is not subscribing to the service.
Not sure what I am doing wrong.
Any help would be great.
var service = "lwTFOBS";
var create = true;
var rcp =
<recipient
_operation="insertOrUpdate"
_key="@email"
xtkschema="nms:recipient"
firstName={request.getParameter("firstName")}
lastName={request.getParameter("lastName")}
email={request.getParameter("email")}
</recipient>;
nms.subscription.Subscribe(service, rcp, create);