Adding a new method will it break existing applications
- From: "Jay Balapa" <jbalapa@xxxxxxxxxxx>
- Date: Tue, 19 Jun 2007 11:38:41 -0500
Hello,
We have a webservice which is called by our pocket pc apps. We have a need
to filter data, so we want to add a another method on top to the existing
method.
Existing Service.asmx
Sync(DataSet myDataset)
New Service.asmx
Sync(DataSet myDataset);
Sync(DataSet myDataset,string filter);
If I recompile the app will this break the existing apps.
I posted this under asp.net/webservices and no reply.
Thanks,
-Jay Balapa
.
- Follow-Ups:
- Re: Adding a new method will it break existing applications
- From: Teresa Church
- Re: Adding a new method will it break existing applications
- Prev by Date: Impersonation not working...
- Next by Date: Re: FileUpload PostedFile after Postback question
- Previous by thread: Impersonation not working...
- Next by thread: Re: Adding a new method will it break existing applications
- Index(es):
Relevant Pages
|
Loading