Kindly suggest a tool for wsdl conversion to sql database ??

Asked By 0 points N/A Posted on -
qa-featured

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?

SHARE
Answered By 0 points N/A #100140

Kindly suggest a tool for wsdl conversion to sql database ??

qa-featured

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

Related Questions