Show TOC

Procedure documentationImporting XSD files Locate this document in the navigation structure

 

An XSD (XML Schema Definition) file defines the structure of the data, which a data object contains. You import an XSD file if you want to set a data type that is different from the primitive ones to a data object.

The data mapping in the process composer does not support all data types. For more information about all limitations on data types, see the SAP Note 1266539.

Prerequisites

You have opened the Process Composer perspective in the SAP NetWeaver Developer Studio and have expanded your project in Project Explorer view.

Procedure

  1. In the Developer Studio, choose   File   Import  .

  2. In the dialog box that appears, expand Web services and choose XSD. Choose the Next pushbutton.

  3. Choose the Browse pushbutton to define an output folder for the XSD source file. Choose the OK pushbutton.

    We recommend that you select the src\wsdl folder in your project for an output folder.

  4. Select Remote Location / File System from the Available XSD sources and choose the Next pushbutton.

  5. Select an XSD file to import.

    To do that, choose one of the following options:

    • Choose the Browse pushbutton and navigate through the file system to select the XSD file you want to import.

    • Enter a URL to import the XSD file from.

  6. Choose the Finish pushbutton.

    The XSD file appears in your project, in   Process Modeling   Data Types   XSD Files   folder. The XSD source file appears in the output folder you defined.