Issues:
1) Empty namespace tags in output XML
2) Remove encoding=”UTF-8″ (or any)
Information From Oracle Docs:
Solution:
1) In outbound XSD introduce nxsd namespace and nxsd version as well as nxsd encoding as shown
<?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd" nxsd:version="DTD" nxsd:encoding="UTF-8" elementFormDefault="unqualified" attributeFormDefault="unqualified"> <xsd:complexType name="SampleName">
2) In outbound XSD introduce nxsd namespace and nxsd version as shown
<?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd" nxsd:version="DTD" elementFormDefault="unqualified" attributeFormDefault="unqualified"> <xsd:complexType name="SampleName">
Sujan,
ReplyDeleteIf possible, please give direct link to others blog page rather copy paste. Happy blogging.
Rama
hey i never added my page in web. its just for me to track all the things..
ReplyDeletethough i add almost all the links below every post(at least for my ref). :)