J
Jay Balapa
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
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