As wsdl is easy to code and if we want to create quick data tables its will be easier if we convert the wsdl objects to SQL create statement. Can anyone suggest a tool that converts wsdl (web service definition language) to SQL database?
Kindly suggest a tool for wsdl conversion to sql database ??
Hi,
Create method with string parameter for passing url with help of LINQ to xml then create a google weather info object and write from select query with objects of wsdl then call attributes with values and parse them to sql parameters then convert members of data into sql and then create table with objects in to database otherway is approach with foreach loop and write regular expression.
Hope these shall helps you
Thanks