Siebel Portal Framework Guide > Delivering Content to External Web Applications >

XML Response Structure


When you send a command block to a SWE XML application, you access the Siebel Business Applications XML application screens. If the action specified in the command block is successfully executed, then the data and all of the objects from the resulting screen are returned within an HTTP response. The format of the response is XML, HTML, or WML, depending on the SWESetMarkup setting that was sent in the request payload.

You must develop the mechanism by which your Web server handles XML responses. Using the information provided in this topic, you can develop a parser, a Web application, or another control to extract the necessary data from XML responses and display the appropriate information to users. For the DTD for the outbound XML document, see Outbound DTD.

NOTE:  The Siebel Open UI client supports HTML markup only. For more information, see Overview of the XML Web Interface.

This topic contains the following information:

Siebel Portal Framework Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.