A
Adrian Moldovan
Hi,
I am pretty new to WCF, and also not a magician of the ASMX web service
types, so my question might be dumb.
We have a few (old) .asmx web services, along with some clients running on
them, and we plan to upgrade the .asmx to .svc (WCF) web services.
1) What do we need to take care off in order not to break existing clients?
2) Do we need to keep the interfaces (classes & methods) from the old web
services? or there is some sort of layer we can map the old requests to the
new interface?
3) IS there any chance that by keeping the interfaces unchanged(classes and
methods from .asmx to be copied to .svc using XXXXXXXContract/Member
attributes) and provide and endpoint to the new web service so that existing
clients will still work?
Many thanks!
I am pretty new to WCF, and also not a magician of the ASMX web service
types, so my question might be dumb.
We have a few (old) .asmx web services, along with some clients running on
them, and we plan to upgrade the .asmx to .svc (WCF) web services.
1) What do we need to take care off in order not to break existing clients?
2) Do we need to keep the interfaces (classes & methods) from the old web
services? or there is some sort of layer we can map the old requests to the
new interface?
3) IS there any chance that by keeping the interfaces unchanged(classes and
methods from .asmx to be copied to .svc using XXXXXXXContract/Member
attributes) and provide and endpoint to the new web service so that existing
clients will still work?
Many thanks!