Re: Automating web service

2004-10-28 Thread Matthieu RIOU
server continues to run, and sends the object or whatever at > >>specific times - can be implemented using timers/counters... > >> > >>Seems do-able... > >> > >>Cheers > >>Arijit > >> > >> > >>___

Re: Automating web service

2004-10-28 Thread Jim Murphy
tible with java or is it something works on its own? -Original Message- From: Daniel Beland [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 13:37 To: [EMAIL PROTECTED] Subject: RE: Automating web service Wouldn't it be easier with BPEL? Some kind of suscribe/publish message queue?

RE: Automating web service

2004-10-28 Thread Suzy Fynes
Thanks a million for that! -Original Message- From: Daniel Beland [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 14:47 To: [EMAIL PROTECTED] Subject: RE: Automating web service BPEL4WS stands for Business Process Execution Language for Web Services (commonly named only just BPEL). It

RE: Automating web service

2004-10-28 Thread Daniel Beland
ts own? > > -Original Message- > From: Daniel Beland [mailto:[EMAIL PROTECTED] > Sent: 28 October 2004 13:37 > To: [EMAIL PROTECTED] > Subject: RE: Automating web service > > > > Wouldn't it be easier with BPEL? > Some kind of suscribe/publish message queu

Re: Automating web service

2004-10-28 Thread Silvano Maffeis
Suzy Fynes wrote: Hi, Can anyone tell me if its possible to automate an axis web service i.e. as oppose to a client making a request when they want information that the service sends out the information daily Thanks Suzy One approach would be to simply invert the roles: The "web serv

RE: Automating web service

2004-10-28 Thread Suzy Fynes
I never used BPEL before, is it compatible with java or is it something works on its own? -Original Message- From: Daniel Beland [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 13:37 To: [EMAIL PROTECTED] Subject: RE: Automating web service Wouldn't it be easier with BPEL? Some

RE: Automating web service

2004-10-28 Thread Arijit Mukherjee
>> 2. The server continues to run, and sends the object or whatever at >> specific times - can be implemented using timers/counters... >> >> Seems do-able... >> >> Cheers >> Arijit >> >> >> >> >>

RE: Automating web service

2004-10-28 Thread Daniel Beland
.. > > Seems do-able... > > Cheers > Arijit > > > > > From: Suzy Fynes [mailto:[EMAIL PROTECTED] > Sent: 28 October 2004 12:11 > To: [EMAIL PROTECTED] > Subject: RE: Automating web service > > &g

RE: Automating web service / question

2004-10-28 Thread Marco Mistroni
: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 12:27 To: [EMAIL PROTECTED] Subject: RE: Automating web service   Thanks will give it a go   -Original Message- From: Arijit Mukherjee [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 12:18 To: [EMAIL PROTECTED] Subject: RE

RE: Automating web service

2004-10-28 Thread Suzy Fynes
Thanks will give it a go   -Original Message- From: Arijit Mukherjee [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 12:18 To: [EMAIL PROTECTED] Subject: RE: Automating web service   The client probably needs to register once - otherwise how would the service know where to

RE: Automating web service

2004-10-28 Thread Suzy Fynes
How would the service be set up? Would I just put a timer of some sort on the java class been deployed?   -Original Message- From: Paul Kukk [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 12:17 To: [EMAIL PROTECTED] Subject: RE: Automating web service   Yes, this is very

RE: Automating web service

2004-10-28 Thread Arijit Mukherjee
-able...   Cheers Arijit   From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 12:11To: [EMAIL PROTECTED]Subject: RE: Automating web service Kinda of but an object would be sent to the client server.   Is it do-able?   -Original Message-From: A

RE: Automating web service

2004-10-28 Thread Paul Kukk
Yes, this is very do-able? -Original Message-From: Suzy Fynes [mailto:[EMAIL PROTECTED]Sent: Thursday, October 28, 2004 7:11 AMTo: [EMAIL PROTECTED]Subject: RE: Automating web service Kinda of but an object would be sent to the client server.   Is it do-able

RE: Automating web service

2004-10-28 Thread Suzy Fynes
Kinda of but an object would be sent to the client server.   Is it do-able?   -Original Message- From: Arijit Mukherjee [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 12:10 To: [EMAIL PROTECTED] Subject: RE: Automating web service   Sounds like a notification service

RE: Automating web service

2004-10-28 Thread Arijit Mukherjee
Sounds like a notification service...   Cheers Arijit From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 28 October 2004 12:08To: [EMAIL PROTECTED]Subject: Automating web service     Hi,   Can anyone tell me if its possible to automate an axis web service i.e.