How to TimeOut a Sync call
626217Oct 20 2008 — edited Nov 3 2008hi people, does anyone knows how to time out a syncronous web service invocation ? (without using the onAlarm branch)
I've been trying with the parameter syncMaxWaitTime , but its ignored by the bpel engine , know matter how many takes the sync call , the process will wait for a response (and its corresponding thread too...)
If i create a new web service with a Thread.sleep for 70 seconds , afteer that time i get:
Your instance has been processed in 70.xxx seconds (not considering the parameter at all, that should raise a binding or remote fault i guess.. )
Any ideas? its a bug ? Maybe im missing something,
Regards Dam.
PS: sorry about my english , this can be replicated easily , ill apreciate any suggestion.