Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 2.72 KB

create-a-connection-to-the-sap-system.md

File metadata and controls

32 lines (22 loc) · 2.72 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Create a connection to the SAP system
Create a connection to the SAP system
06/08/2017
biztalk-server
article

Create a connection to the SAP system

The [!INCLUDEadaptersap] is a [!INCLUDEfirstref_btsWinCommFoundation] custom binding. As such, it enables communication to an SAP system through a WCF endpoint address. In WCF the endpoint address identifies the network location of a service and is typically expressed as a Uniform Resource Identifier (URI). The [!INCLUDEadaptersap_short] expresses this location as a connection URI, which contains properties that the [!INCLUDEadaptersap_short] uses to establish a connection to the SAP system. You must specify a connection URI when you:

  • When you create a channel factory or a channel listener using the [!INCLUDEnextref_btsWinCommFoundation] channel model or when you create a WCF client or service host using the [!INCLUDEnextref_btsWinCommFoundation] service model.

  • Create a physical port binding in a [!INCLUDEbtsBizTalkServerNoVersion] solution.

  • Use the [!INCLUDEaddadapterservreflong] to generate a WCF client class or WCF service interface for a [!INCLUDEnextref_btsWinCommFoundation] service model solution.

  • Use the [!INCLUDEconsumeadapterservlong] to retrieve message schemas from the [!INCLUDEadaptersap_short] for a [!INCLUDEbtsBizTalkServerNoVersion] solution.

  • Use the ServiceModel Metadata Utility tool (svcutil.exe) to generate a WCF client class or WCF service interface for a WCF service model solution.

    The topics in this section describe how to establish a connection between the [!INCLUDEadaptersap] and the SAP system by providing you with:

  • Information about the connection properties and the structure of the SAP connection URI.

  • Links to topics that show how to establish a connection by using the [!INCLUDEadaptersap_short].

In This Section