BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element translate-fml

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The type of XMl/FML translation.



NO indicates that no data translation is performed.
 FLAT indicates that the message payload is transformed
 using the WebLogic Tuxedo Connector translator. WLXT
 indicates that translation is performed by the XML-to-non-XML
 WebLogic XML Translator (WLXT).



Note: WLXT is not supported for this release.
Properties
This component is not nillable.

Model
<translate-fml>

</translate-fml>

Source
<xs:element minOccurs="0" name="translate-fml" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NO"/>
<xs:enumeration value="FLAT"/>
<xs:enumeration value="WLXT"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation