Service oriented architectures are intended to fully decouple services from clients, so you should be able to replace any web service client with a different kind of web service client just fine.
Service oriented architectures are intended to fully decouple services from clients, so you should be able to replace any web service client with a different kind of web service client just fine.
You probably want to start by running svcutil against the service, and then trying to use the client that svcutil provides just like you would have used your previous client.