Prerequisites to create SAP applications
This section provides information about tasks that you must perform before developing BizTalk applications using the SAP adapter. The section also lists some BizTalk Server tools that are used to develop BizTalk applications.
Create a strong-name key file
You must create a strong-name key file to build projects in Microsoft Visual Studio. A strong name consists of the project's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. The strong-name key file contains the public key and the private key.
Important
Creating a strong-name key file is a one-time task. You can use the same key for all the BizTalk applications you develop.
Open the developer command prompt for Visual Studio.
At the command prompt navigate to the location where you want to create the key file. For example, type cd C:\Sample,and then press ENTER.
At the command prompt, type
sn -k <key file name\>.snk
, and then press ENTER.Note
You should receive a message at the command prompt stating that the key pair was written to the strong-name key file.
At the command prompt, type exit, and then press ENTER.
Learn the BizTalk Server tools
The topics on how to use the SAP adapter in Develop BizTalk applications assume that you have working knowledge of a number of BizTalk Server tools. You will use the following tools to develop BizTalk applications using SAP adapter:
Microsoft Visual Studio
Orchestration eesigner
Pipeline designer
BizTalk mapper
BizTalk Server Administration console
Prerequisites
You must install BizTalk Server before you can access the BizTalk Server tools.
BizTalk Server Tools
The following table includes topics in the BizTalk Server documentation that explain how to use each of the listed tools.
Tool | Topics in BizTalk Server core documentation |
---|---|
Visual Studio | - Using Visual Studio - Working with BizTalk Projects - Deploying BizTalk Assemblies from Visual Studio into a BizTalk Application Learn more about Visual Studio solutions, projects, and items at Solutions and Projects in Visual Studio. |
Orchestration Designer | Creating orchestrations using orchestration designer |
Pipeline Designer | Creating pipelines using pipeline designer |
BizTalk Mapper | Creating maps using BizTalk mapper |
BizTalk Server Administration console | Using the BizTalk Server Administration console |