PDA

View Full Version : Bug: WebServiceClientFactory and ref parameters


.ben
01-10-2007, 12:24 PM
Not that I like ref parameters, but when they are used it seems WebServiceClientFactory goes terribly wrong and it ends with a fatal exception.

Erich Eichinger
01-10-2007, 07:05 PM
Hi Ben,

This is a known problem. Unfortunately the whole AOP/Proxy infrastructure doesn't support ref-paramters yet. I think Bruno has already done some investigation regarding this.

-Erich

.ben
01-10-2007, 08:55 PM
Ok, thanks.

Bruno Baia
01-18-2007, 07:31 PM
Hi,

"ref" paremeters with WebServiceClientFactory should work.

But if you apply AOP on it, it will not work as Erich said.
Furthermore, it's not a bug, it's a feature not implemented :D

Bruno