XSLT Transformation file Design View not opening in
Jdeveloper
Add the following Oracle-xsl-mapper before template match with the correct WSDL path, element name and namespaces:
<?oracle-xsl-mapper
<mapSources>
<source type="WSDL">
<schema
location="../sourceWsdlName.wsdl"/>
<rootElement
name="sourceRootElement"
namespace="sourceWsdlNamespace"/>
</source>
</mapSources>
<mapTargets>
<target type="WSDL">
<schema
location="targetWsdlLocation"/>
<rootElement name="targetRootElement"
namespace="targetNamespace/"/>
</target>
</mapTargets>
?>
Restart the Jdeveloper and open.
No comments:
Post a Comment