I believe a synchronous req/repl web service will timeout if a response is not returned within 30 seconds of the request been initiated. Is this configurable?
cheers </jima>
The administrator has disabled public write access.
I would like to send a one way message to a process which is already running in order to proceed it. Is there any documentation how to do it or any samples which describe it?
In my context this one way message should come from an axis client running in an external web application.
Can anybody help?
The administrator has disabled public write access.
In addition to my last post I want to give you an example
Imagine I have two participants in my process. The first one is executable, the second one is not. A task in the executable process participant sends a one way message to a web service in order to execute some Java code. A algorithm. The execution takes longer than 30s. Now I want to send a one way message back from Java code to the process in order to synchronize both. Therefore I use an Axis Client.
I would like to know if something like this is possible, in general?
My problem is that I do not know how to make this web service call.
I would be glad if somebody can help me with that issue ;)
The administrator has disabled public write access.
My understanding is that if both processes are Intalio processes the server will detect the fact and use internal communication instead of HTTP transport - in which case no timeout will occur (and the communication will be faster)
I have tried this and it works (I tried a delay of up to 90 seconds)
It only works for v4.4.1
Hubert
The administrator has disabled public write access.