Author: Shmuel Coller , Wed, 16 May 2012 06:53:12 Hi Brian, your most practical course is to work syncronously request/reply (your last paragraph, WSDL out)
To have relability/persistence from EntireX outbound - there is a standard WSRM...
Author: Brian Johnson , Tue, 15 May 2012 20:44:53 Shmuel and all,
My understanding of what the web service developer was doing has evolved. He did not intend for the service to change from being asynchronous to being synchronous, and therefore...
Author: Min Chai , Fri, 11 May 2012 18:37:34 Our broker implementation has SECURITY=YES which requires all caller to send in a userid which is used to authenticate against RACF. The userid is then used by Natural RPC set with LOGONRQ = ON.
We are using EntireX 8.2 SP1 to call MicroFocus programs from Java. Our test case is making a loop (5000x) with 10 different threads to call a very simple Cobol program (reading a record...