Modifying calls to Invoke()

A

Andrew Backer

Hello,

I am trying to trap all calls to Invoke(...) for a web service and muck
about with the parameters passed. I can do this if I mask Invoke in
the file that vs.net generates (reference.cs), but I would like to be
able to regen the WS w/o worrying about adding this code each time.

I have subclassed the generated webservice, and am trying to override
invoke in there. It won't work since Invoke isn't at the right level.
Seems more like a language issue that a WS specific one, is there some
way around it though?

App
.... class GenByVs : SoapHttpClientProtocol
........ class MyLogicalWs : GenByVs
............ new protected Invoke(... ) {}
............ new myType MyMethod() { base.MyMethod(); }

Invoke() doesn't get called by the the methods in GenByVs, so no go :(
Wouldn't aspects be nice sometimes?

Thanks for any help,
Andrew Backer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top