locked
Can web service client be replaced with wcf client RRS feed

  • Question

  • Hi,

    In my application I am consuming non-microsoft(Oracle) webservices.

    And I would like to know whether I can replace this webservice client with WCF client?

    Thanks,

    Rocky

    Tuesday, June 8, 2010 6:44 PM

Answers

  • 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.

    Hope that answers your question

    Tuesday, June 8, 2010 6:56 PM

All replies

  • 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.

    Hope that answers your question

    Tuesday, June 8, 2010 6:56 PM
  • Thanks Youssef,

    In such case, how do you suggest me to replace this. What should be the approach?

    Tuesday, June 8, 2010 7:01 PM
  • 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.
    Tuesday, June 8, 2010 7:51 PM