Hi Team,
I am trying to invoke flow service from a JAVA service using Service.doThreadInvoke.but i am getting access denied exception.
it works if i make execute ACL as anonymous for called svc but i dont want to do that.I tried passing session object in the input still its not working.
ServiceThread st=
Service.doThreadInvoke(“DocServices_v5_4.v1_0.Util”,“invokeDocURL”,Service.getSession(),input);
output=st.getIData();
error:
com.wm.app.b2b.server.ServiceException: java.util.concurrent.ExecutionException: com.wm.app.b2b.server.ServiceException: com.wm.app.b2b.server.ServiceException: Error occured: com.wm.app.b2b.server.AccessException: [ISS.0084.9004] Access Denied
please suggest if there is any other way to implement this.
Thanks,
Shiva
thanks ,
shiva
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods