1

Is it possible to create a dynamic proxy on the a web service reference that has been added to a visual studio project?

I've added the web service reference in the normal way and tried to create a dynamic proxy using castle to wrap the method invocation in a try/catch to translate any SoapExceptions, but on running it I'm getting a lot of errors around non serializable classes?

has anyone done anything like this?

thanks

4

1 に答える 1

0

はい、これは可能なはずです。どのようなエラーが発生していますか? シリアル化しようとしているがシリアル化されないクラスはどれですか?

Castle users groupで話し合った方がいいかもしれません

于 2009-11-16T13:23:03.627 に答える