Change ASMX WS to WCF for exiting client

S

Saar Carmi

Hi

I hope this is the right group to ask this question (please advice
otherwise)

I have ASMX Web service and client which are already deployed to
production.
I want to switch my WS to WCF.


It looks like the basic http binding generates a different structure
of WSDL.
Is there a way to switch to WCF without breaking the exiting clients?
I don't have an option to redeploy the clients.
I guess that the WCF's WSDL output has to be the same in order to
support it.


Thanks
Saar
 
M

Michael Nemtsev, MVP

Hello Saar,

have u tried to generate the new service reference for the WCF service and
subsitute current reference to the new one?

and changing the web.config

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


SC> Hi
SC>
SC> I hope this is the right group to ask this question (please advice
SC> otherwise)
SC>
SC> I have ASMX Web service and client which are already deployed to
SC> production.
SC> I want to switch my WS to WCF.
SC> It looks like the basic http binding generates a different structure
SC> of WSDL.
SC> Is there a way to switch to WCF without breaking the exiting
SC> clients?
SC> I don't have an option to redeploy the clients.
SC> I guess that the WCF's WSDL output has to be the same in order to
SC> support it.
SC> Thanks
SC> Saar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top