Generate proxy class for selected web methods

acejosh

New Member
I have a real big (exposing nearly 200 webmethods) asp.net web service. I am developing a second application which consumes very few webmethods of this service (2 webmethods). When I generate proxy class of 1st web service using visual studio, it is generating it for all web methods. Is there any way we could generate proxy class for selected web methods and the custom types used only in those web methods.
 
Back
Top