16
Generate schema using WCF-SQL Adapter

Generate schema using wcf sql adapter 

Embed Size (px)

Citation preview

Page 1: Generate schema using wcf sql adapter 

Generate schema using WCF-SQL Adapter 

Page 2: Generate schema using wcf sql adapter 

Generate Schema Using “Add Adapter Metadata1. Create BizTalk project 2. Add new generate item 3. Select adapter metadata4. Select what type of adapter do you want we use sql.5. Determine database server and your database 6. Select stored procedure and select your stored you created before 7. click on generate and ok

Page 3: Generate schema using wcf sql adapter 
Page 4: Generate schema using wcf sql adapter 
Page 5: Generate schema using wcf sql adapter 
Page 6: Generate schema using wcf sql adapter 
Page 7: Generate schema using wcf sql adapter 
Page 8: Generate schema using wcf sql adapter 

Result :will create three file will create three file:• 1. BizTalk Orchestration.odx• 2. sqlBinding_dbo.xsd• 3. sqlBinding_System_x2eData.xsdThis is important as you may use the preconfigured Port Type in your orchestration to send and receive messages to/from SQL database

Page 9: Generate schema using wcf sql adapter 
Page 10: Generate schema using wcf sql adapter 

Generate Schema Using “Consume Adapter Service”You should install line of business in BizTalk

Page 11: Generate schema using wcf sql adapter 

Install all this Feature :

Page 12: Generate schema using wcf sql adapter 

1. Generate BizTalk app 2. Add generate item right click and add generate item 3. Select consume adapter service 4. Select the binding 5. Config uri click on config and select the binding server of database

And add data base name 6. Click connect 7. Your stored will appear in category you can choice your table also

any thing in database

Page 13: Generate schema using wcf sql adapter 
Page 14: Generate schema using wcf sql adapter 
Page 15: Generate schema using wcf sql adapter 

Result :• DataSetSchema.xsd• Procedure.dbo.xsd• WcfSendPort_SqlAdapterBinding_Custom.bindinginfo.xmlNotice :You may use this binding file to generate the Ports. This is useful when you need to create a static port. This binding files is not needed when using ESB2.0 which uses dynamic port.

Page 16: Generate schema using wcf sql adapter