cancel
Showing results for 
Search instead for 
Did you mean: 

Complete export of SAP XI elements to an external, readable format i.e. XML

Former Member
0 Kudos

Within the scope of a project regarding Dependencies of Applications within the company the data, saved in the Integration Directory as well as in the Integration Repository, have to be exported in an external, readable format which can be processed in another application. My question is concerned with the extraction possibilities I have concerning the different components:

Integration Repository: Here we need the data about Message Interfaces, Message Types as well as Data Types. As this information are formally described using WSDL: Does a possibility exist to export all WSDL Documents automatically?

Integration Directory: Here we are interested in the elements: Receiver Determination, Interface Determination, Sender Agreement etc. Does any possibility exist to export these data to i.e. a XML File? Is ABAP necessary?

Your help will be greatly appreciated.

Kind Regards,

Sebastian Grunow

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can read, alter and load objects with the APIs of the WebServicesNavigator. To browse to there open your browser and go to http://url:Port/index.html

There you can select the Web Services Navigator. Browse through the services for the desired objects. Use the query function to read out all existing objects by key values and as a template to use the read-function of these APIs.

Make sure you have the Java-Roles SAP_XI_API_DEVELOP_J2EE and/or SAP_XI_API_DISPLAY_J2EE