Generating Schemas
This chapter provides more details about the types of XML schemas and how to use schemas in different scenarios.
The schema is an .xsd file that defines the XML request and response. You can use schemas to generate an instance of the request and validate the response. To generate schemas, complete the Schema Wizard in a BizTalk Server project in Visual Studio.
You can use Updategram Schemas as templates for creating updategram instances. You can use updategrams to insert, update, and delete data. To process results retrieved from NetSuite, use SQL Command Schemas. You can use Stored Procedure Schemas to execute a variety of NetSuite actions and validate the responses.
For tutorials on executing commands to NetSuite in BizTalk, see the Adapter Configuration section of the help documentation.