Creating web service by existing WSDL schema?

I'm not sure why you would want to create a web service based on an existing WSDL schema (i'm assuming you mean WSDL and not WDSL).

I'm not sure why you would want to create a web service based on an existing WSDL schema (i'm assuming you mean WSDL and not WDSL). You could use the WSDL. Exe tool that ships with the SDK to reverse engineer the WSDL file to ASMX web services (older ) You can find more details here However it is advised to use WCF for newer projects, you can then use svcutil.

Exe to reverse engineer your WSDL file instead. Find a description in a question answered How to use a WSDL file to create a WCF service (not make a call) Hope this helps.

Please do not use WSDL.EXE. Use svcutil.exe. WSDL is part of the legacy "ASMX" web service technology and should not be used for new development.

– John Saunders Jan 9 at 15:56 @John Saunders ... will update accordingly .. :) – scartag Jan 9 at 16:03 1 Creating WSDL first is common in large integration projects or when integration is done between different teams and platforms. Check this: stackoverflow. Com/questions/3504271/… – Ladislav Mrnka Jan 9 at 17:47 @Ladislav Mrnka ... good to know that ... Thanks for pointing out that.

– scartag Jan 9 at 18:14.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions