we developed a generic service for receive, like
XXX.tn:receiveData.
which includes wm.tn.recognize,xxx.tn.submit. The xxx.tn.submit, replicates wm.tn.submit, where we disabled checkUser.
i think it is not right process to do as we are letting any customer to post the data and we are not checking for the user.
when i decompiled the java code for the tn.doc:checkUser
it checks for :
User u_me = s_me.getUser();
/* 1435 / if (u_me == null) {
/ 1436 */ throw new ServiceException(SystemLog2.clientFormat(3, 1031));
where is getuser in the WmTN package, i dont see it.
How is getuser works
package version: 7.1.2.0.118
IS 7.1.3
Do we have any fix for it?
#B2B-Integration#Integration-Server-and-ESB#webMethods