Integration Platform Technologies: Siebel eBusiness Application Integration Volume ll > DTDs for XML Gateway Business Service >

Inbound DTDs


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

Delete Response

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

Init Response

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

<!ELEMENT support EMPTY >

<!ATTLIST support field CDATA #REQUIRED>

Insert Response

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

<!ELEMENT row (value+)>

<!ELEMENT value (#PCDATA)*>

<!ATTLIST value field CDATA #REQUIRED >

PreInsert Response

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

<!ELEMENT row (value)*>

<!ELEMENT value (#PCDATA)*>

<!ATTLIST value field CDATA #REQUIRED >

Query Response

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

<!ELEMENT row (value+)>

<!ELEMENT value (#PCDATA)*>

<!ATTLIST value field CDATA #REQUIRED >

Update Response

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

<!ELEMENT row (value+)>

<!ELEMENT value (#PCDATA)>

Integration Platform Technologies: Siebel eBusiness Application Integration Volume ll