Show TOC

Function documentationXML Query Details Locate this document in the navigation structure

 

You use the XML Query Details screen in the SAP Manufacturing Integration and Intelligence (SAP MII) Workbench to enter source and transform URLs.

Note Note

The XML Query Details screen is enabled when the mode on the Data Source screen is set to XMLQuery.

End of the note.

Features

The XML query parameters are the following:

  • URL

    The fully-qualified URL for the XML source can be a link to an HTTP or Web server or to a file.

    For example, a file URL is C:\MyXMLDocuments\CurrentOrders.xml. A link to a local or remote Web server is http://www.commprice.com/getprices?commodity=dieselfuel.

  • Transform

    The fully-qualified URL for the XSLT style sheet used to transform the XML into the rowset format. The value can be a link to an HTTP or Web server or to a file.

    For example, a file URL is C:\MyXMLDocuments\OrderTransform.xsl. A link to a local or remote Web server is http://localhost/Transforms/OrderTransform.xsl.