Hi,I have problem with integration silentPost with JAVA rest. I've
create REST service: @Override @RequestMapping( value =
"/subscription/silentPost", method = RequestMethod.POST ) @ResponseBody
public void subscriptionSilentPostReceiver( @RequestPar...