Hi All,
I have a requirement of sending a transformed XML message in BPEL 11g to B2B 11g which will then send the message to an external TP (Ariba). As Ariba accepts only cXML message format I have to
convert the XML payload into cXML. The only difference between my current output and the expected one is of a DTD tag:
"<!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.024/cXML.dtd">"
Jdev does not recognizes this tag either in an XSD or in an XML file.
Please suggest how this can be achieved?
Thanks,
Venkata.