RE: Remote reference!

2004-12-15 Thread Anne Thomas Manes
SOAP is a messaging system, not a distributed object system. SOAP doesn't support remote reference by design. It was a conscience decision by the designers to exclude support for remote references. You can reference a service endpoint, though. WS-Addressing defines a standard mechani

RE: Remote reference!

2004-12-15 Thread zappone
Excuse me, but with "remote reference" I meant the "handle" of a web service at client side,not a generic object passed as parameter to a web service's method or a object return value of an invocation to a web service's method. So when I with stub,or DII or Dynamic

RE: Remote reference!

2004-12-15 Thread THOMAS, JAI [AG-Contractor/1000]
PROTECTED] Sent: Wednesday, December 15, 2004 4:04 AM To: [EMAIL PROTECTED] Subject: Re: Remote reference! No-one ever said they wouldn't be URLs, of course! My current experience (none yet with Axis) was that the frameworks offered little to register a new URLs with some methods of an object

Re: Remote reference!

2004-12-15 Thread zappone
Excuse me, but with "remote reference" I meant the "handle" of a web service at client side,not a generic object passed as parameter to a web service's method or a object return value of an invocation to a web service's method. So when I with stub,or DII or Dynamic

RE: Remote reference!

2004-12-15 Thread Anne Thomas Manes
SOAP is a messaging system, not a distributed object system. SOAP doesn't support remote reference by design. It was a conscience decision by the designers to exclude support for remote references. You can reference a service endpoint, though. WS-Addressing defines a standard mechani

Re: Remote reference!

2004-12-15 Thread Paul Libbrecht
No-one ever said they wouldn't be URLs, of course! My current experience (none yet with Axis) was that the frameworks offered little to register a new URLs with some methods of an object you have created. Returning an iterator sort of object is what you need, for example, if you want to deliver

Re: Remote reference!

2004-12-15 Thread tony . q . weddle
When one is talking about exchanging messages, using XML, between different platform technologies and across a range of possible transports, it's not hard to see that remote references, other than URLs, are not likely to be supported any time soon. I'm not even sure what it would mean, in a Web se

Re: Remote reference!

2004-12-15 Thread Paul Libbrecht
Le 15 déc. 04, à 00:53, Anne Thomas Manes a écrit : SOAP doesn't support remote references. That has been something that pickles me since ages and I always expected service architectures to suport this well and, indeed, never found it. Would anyone be able to quote how wishable this is ? Or... ho

RE: Remote reference!

2004-12-14 Thread Anne Thomas Manes
SOAP doesn't support remote references. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 7:38 AM To: Axis User mail list Subject: Remote reference! Hi all! How are remote references to a web service implement in axis at client

RE: Remote reference!

2004-12-14 Thread Anne Thomas Manes
SOAP doesn't support remote references. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 7:38 AM To: Axis User mail list Subject: Remote reference! Hi all! How are remote references to a web service implement in axis at client

Remote reference!

2004-12-13 Thread zappone
Hi all! How are remote references to a web service implement in axis at client side? Thanks, nic This message was sent using IMP, the Internet Messaging Program.