How to create a WCF web service from an existing WSDL ??
-
Hello everyone, Is there any way I can create WCF web sevice from a wsdl? (not a proxy class from svcutil). I know how to create one in normal way but when I createit manually , the WSDL file gets changed which I dont wont. Thanks in advance,
Regards :rose:, Nishu
-
Hello everyone, Is there any way I can create WCF web sevice from a wsdl? (not a proxy class from svcutil). I know how to create one in normal way but when I createit manually , the WSDL file gets changed which I dont wont. Thanks in advance,
Regards :rose:, Nishu
If I understand the question correctly, then WSDL does not contain any code, so you cannot create WCF Service from WSDL. its just a description language, It is only useful for getting knowledge that, how you can call that web service. so you can generate method definition, but not method body.