function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
djordandjordan 

WSDL to database schema

Does anyone know of a tool which takes an Enterprise WSDL and creates a DB schema or set of create table scripts?

 

 

DevAngelDevAngel

Hi David,

You can't really do that sufficiently with the wsdl.  You would end up with a pretty sloppy representation of the schema as the wsdl doesn't provide the detail of information required to create accurate tables.  Field lengths is one item that comes to mind.  The best thing to have is a tool that describes the objects and translates those results into sql create table statements.