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.
Thanks,
-Jay Balapa
kiran kumar - 20 Jun 2007 14:20 GMT
It will not break the exisitng app.
You have to update the web reference at Pocket PC app to use the newly added
method.
> Hello,
>
[quoted text clipped - 12 lines]
> Thanks,
> -Jay Balapa