Adding a new method will it break existing applications



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


.



Relevant Pages

  • Re: Adding a new method will it break existing applications
    ... We have a webservice which is called by our pocket pc apps. ... to filter data, so we want to add a another method on top to the existing ... Sync(DataSet myDataset) ... adding a function to a web service will not break ...
    (microsoft.public.dotnet.framework.aspnet)
  • Adding a new method will it break existing applications
    ... We have a webservice which is called by our pocket pc apps. ... to filter data, so we want to add a another method on top to the existing ... Sync(DataSet myDataset) ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Adding a new method will it break existing applications
    ... We have a webservice which is called by our pocket pc apps. ... to filter data, so we want to add a another method on top to the existing ... You are changing the contract, ... existing Windows client. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: PocketPC buggy??
    ... Do you want to know what I miss most on my Palm OS? ... Carlo Ma. Guerrero wrote: ... > apps come up with Pocket PC versions. ... > There are stronger apps such as cyAct... ...
    (microsoft.public.pocketpc)
  • Re: Close programs with "X"
    ... Possibly you have too many apps loaded to memory as opposed ... MVP - Mobile Devices ... Personally I use Pocket Plus;) ...
    (microsoft.public.pocketpc)

Loading