Hi all,
Acu cobol is very slow when we call webservice.
There are a variety of factors when discussing web services. One of the first would be latency. Is the web service on your local network, or out in the world, and if out in the world, how far away.
When you look at web services there is a lot going on, in your program you've matched up the data they expect to get, and you have to parse they data they've returned.
The Acu runtime isn't doing anything in particular that would slow the process down. We're using internet protocols to send and receive the data. Are you stating connecting to the web service is slow, or that the process to parse the data the web service is returning is slow.
There are a variety of factors when discussing web services. One of the first would be latency. Is the web service on your local network, or out in the world, and if out in the world, how far away.
When you look at web services there is a lot going on, in your program you've matched up the data they expect to get, and you have to parse they data they've returned.
The Acu runtime isn't doing anything in particular that would slow the process down. We're using internet protocols to send and receive the data. Are you stating connecting to the web service is slow, or that the process to parse the data the web service is returning is slow.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.