Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.97 KB

get-metadata-for-sap-operations-in-visual-studio.md

File metadata and controls

27 lines (19 loc) · 1.97 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Get Metadata for SAP Operations in Visual Studio
Get Metadata for SAP Operations in Visual Studio
06/08/2017
biztalk-server
article

Get Metadata for SAP Operations in Visual Studio

The [!INCLUDEadaptersap] provides two [!INCLUDEbtsVStudioNoVersion] components that you can use to help you develop solutions using the adapter—the [!INCLUDEconsumeadapterservlong], the [!INCLUDEaddadapterwiz], and the [!INCLUDEaddadapterservrefshort]. Adapter clients must use these components to connect to an SAP system and then generate metadata for the SAP artifacts they want to invoke.

All these [!INCLUDEbtsVStudioNoVersion] components simplify development by:

  • Providing a Microsoft Windows interface through which you can browse and search for operations that you want to use in your solution.

  • Retrieving metadata exposed by the adapter for these target operations.

  • Converting that metadata, which is expressed as a Web Services Description Language (WSDL) document by the adapter, into a form that you can use in your solution (XSD message schemas for BizTalk projects or a .NET object representation of a service contract for the WCF service model) and adding it to your project.

    This section provides instructions about how to use the [!INCLUDEconsumeadapterservshort], the [!INCLUDEaddadapterwiz], and the [!INCLUDEaddadapterservrefshort].

See Also

Develop your SAP applications