Link to home
Start Free TrialLog in
Avatar of Devildib
Devildib

asked on

Adding extra parameter to asmx webservice for one specific client

Hi experts,

I have an asmx webservice built in c# and dot net 3.5.It is getting called by three different clients.For one client, one of the methods need to have an additional parameter added.And i need to achieve this without breaking the method call for other two clients.
What is the best way to do this?If an example can be given it would be great.

Thanks,
Avatar of YZlat
YZlat
Flag of United States of America image

you could just overload the method
Avatar of Devildib
Devildib

ASKER

Is there any example you can provide?
As in are there atteibutes or conventions to be added ?
ASKER CERTIFIED SOLUTION
Avatar of YZlat
YZlat
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Many thanks.Just one quick question.
Hope there is no catch here regarding the framework version.I will try it.
Which Framework are you using?
I mentioned it earlier.3.5.
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Accept: YZlat (https:#a42020049)

If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

frankhelk
Experts-Exchange Cleanup Volunteer