Auto AllowsPassByReference on WebServiceBindings

2007-01-17 Thread Rick Rineholt
For the Web service bindings since there is in essence a copy that has already been made in the serialization and deserialization and the bindings themselves shouldn't modify the parms/result can these connections be automatically marked with AllowsPassByReference ?

Re: Auto AllowsPassByReference on WebServiceBindings

2007-01-17 Thread ant elder
+1 On 1/17/07, Rick Rineholt [EMAIL PROTECTED] wrote: For the Web service bindings since there is in essence a copy that has already been made in the serialization and deserialization and the bindings themselves shouldn't modify the parms/result can these connections be automatically marked

Re: Auto AllowsPassByReference on WebServiceBindings

2007-01-17 Thread Raymond Feng
- Original Message - From: Rick Rineholt [EMAIL PROTECTED] To: tuscdev tuscany-dev@ws.apache.org Sent: Wednesday, January 17, 2007 6:09 AM Subject: Auto AllowsPassByReference on WebServiceBindings For the Web service bindings since there is in essence a copy that has already been made

Re: Auto AllowsPassByReference on WebServiceBindings

2007-01-17 Thread Jim Marino
2) Pass-by-value interceptor could be skipped if the databinding interceptor is also effective in chain (data transformation will convert the data by value). Quick question: how would we do this without assuming the wire post processors are called in a certain order? Jim

Re: Auto AllowsPassByReference on WebServiceBindings

2007-01-17 Thread Raymond Feng
Sent: Wednesday, January 17, 2007 9:16 AM Subject: Re: Auto AllowsPassByReference on WebServiceBindings 2) Pass-by-value interceptor could be skipped if the databinding interceptor is also effective in chain (data transformation will convert the data by value). Quick question: how would we

Re: Auto AllowsPassByReference on WebServiceBindings

2007-01-17 Thread Jim Marino
:16 AM Subject: Re: Auto AllowsPassByReference on WebServiceBindings 2) Pass-by-value interceptor could be skipped if the databinding interceptor is also effective in chain (data transformation will convert the data by value). Quick question: how would we do this without assuming the wire