Integration Platform Technologies: Siebel Enterprise Application Integration > DTDs for XML Gateway Business Service >

Inbound DTDs for the XML Gateway Business Service


The following sections contain examples of DTDs representing the %methodName% response sent from the external application to the XML Gateway.

Delete Response

The following DTD is for the Delete response:

<!ELEMENT siebel-xmlext-dekete-ret EMPTY >

Init Response

The following DTD is for the Init response:

<!ELEMENT siebel-xmlext-fields-ret (support+)>

<!ELEMENT support EMPTY >

<!ATTLIST support field CDATA #REQUIRED>

Insert Response

The following DTD is for the Insert response:

<!ELEMENT siebel-xmlext-preinsert-ret (row)>

<!ELEMENT row (value+)>

<!ELEMENT value (#PCDATA)*>

<!ATTLIST value field CDATA #REQUIRED >

PreInsert Response

The following DTD is for the PreInsert response:

<!ELEMENT siebel-xmlext-preinsert-ret (row)>

<!ELEMENT row (value)*>

<!ELEMENT value (#PCDATA)*>

<!ATTLIST value field CDATA #REQUIRED >

Query Response

The following DTD is for the Query response:

<!ELEMENT siebel-xmlext-query-ret (row*)>

<!ELEMENT row (value+)>

<!ELEMENT value (#PCDATA)*>

<!ATTLIST value field CDATA #REQUIRED >

Update Response

The following DTD is for the Update response:

<!ELEMENT siebel-xmlext-update-ret (row)>

<!ELEMENT row (value+)>

<!ELEMENT value (#PCDATA)>

<!ATTLIST value field CDATA #REQUIRED >

Integration Platform Technologies: Siebel Enterprise Application Integration Copyright © 2008, Oracle and/or its affiliates. All rights reserved. Legal Notices.