Forum tags


Top Posters

Last 30 days

  • Antoine (38)
  • ravinderjit.singh (30)
  • danielandross (18)
  • venkaiah.k (16)
  • sirswendu.ganapati (14)
  • eva.das (13)
  • milos.vacek (12)
  • metabyte (9)
  • dfrench (5)
  • richard.berger (5)

All time

  • Antoine (1488)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (380)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
Re:Timeout for synchronous web service calls (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Timeout for synchronous web service calls
#3824
jalateras (User)
Platinum Boarder
User Offline Click here to see the profile of this user
Timeout for synchronous web service calls 2 Years ago Karma: 8  
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>
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#3889
jpmurefu (User)
Junior Boarder
User Offline Click here to see the profile of this user
Re:Timeout for synchronous web service calls 2 Years ago Karma: 0  
Dear All,

Any feedback on this question. I have to increase this value for a demo purpose.

Thanks in advance.

JP Murefu
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4005
psq (Admin)
Admin
User Online Now Click here to see the profile of this user
Re:Timeout for synchronous web service calls 2 Years ago Karma: 28  
you can configure axis for that (axis2.xml file inside ode-war).

However, this is not an appropriate solution as you may run out of connections in a production environment (that may be fine for a quick demo).

A better solution is to us 2 one way messages, or use a queue to account for the asynchronicity of the exchange.

Thanks,
Pascal.
 
Report to moderator   Logged Logged  
 
Pascal On BPMS: onbpms.com
Intalio, Resetting the Standard for BPM: www.intalio.com
  The administrator has disabled public write access.
#4682
takeit (User)
Junior Boarder
User Offline Click here to see the profile of this user
Re:Timeout for synchronous web service calls 1 Year, 11 Months ago Karma: 0  
Hello guys,

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?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4684
takeit (User)
Junior Boarder
User Offline Click here to see the profile of this user
Re:Timeout for synchronous web service calls 1 Year, 11 Months ago Karma: 0  
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 ;)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4687
Hubert (User)
Senior Boarder
User Offline Click here to see the profile of this user
Re:Timeout for synchronous web service calls 1 Year, 11 Months ago Karma: 3  
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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop