You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

XPath expression failed to execute Error during evaluation of XPath "ora:doXSLTransformForDoc

edited May 12, 2025 4:47PM in Integration 3 comments

Hello Friends,

I am getting an xpath error while mapping xml string using parseXML(TOInputPayload) function to stage file

Below is code snippet from code view of OIC Mapper

<xsl:template match="/" xml:id="id_11">
<nstrgmpr:Write xml:id="id_12">
<xsl:copy-of select="oraext:parseXML ($TOInputPayload )"/>
</nstrgmpr:Write>
</xsl:template>

TOInputPayload=

&lt;LgfData&gt;&lt;Header&gt; &lt;DocumentVersion&gt;23.1.0&lt;/DocumentVersion&gt; &lt;OriginSystem&gt;Oracle Fusion Inventory Management&lt;/OriginSystem&gt; &lt;ClientEnvCode&gt;23A&lt;/ClientEnvCode&gt; &lt;ParentCompanyCode&gt;PP&lt;/ParentCompanyCode&gt; &lt;Entity&gt;ib_shipment&lt;/Entity&gt; &lt;TimeStamp&gt;2025-05-05T21:36:34.177Z&lt;/TimeStamp&gt; &lt;MessageId&gt;100000118580509&lt;/MessageId&gt; &lt;/Header&gt;&lt;ListOfIbShipments&gt;&lt;ib_shipment&gt;&lt;ib_shipment_hdr&gt; &lt;shipment_nbr&gt;OSODL10100010841-1&lt;/shipment_nbr&gt; &lt;facility_code&gt;206&lt;/facility_code&gt; &lt;company_code&gt;ODLUS&lt;/company_code&gt; &lt;trailer_nbr&gt;841&lt;/trailer_nbr&gt; &lt;action_code&gt;CREATE&lt;/action_code&gt; &lt;ref_nbr&gt;675290&lt;/ref_nbr&gt; &lt;shipment_type&gt;TRANSFER ORDER&lt;/shipment_type&gt; &lt;/ib_shipment_hdr&gt;&lt;ib_shipment_dtl&gt; &lt;seq_nbr&gt;1065524&lt;/seq_nbr&gt; &lt;action_code&gt;CREATE&lt;/action_code&gt; &lt;item_alternate_code&gt;310556&lt;/item_alternate_code&gt; &lt;shipped_qty&gt;1&lt;/shipped_qty&gt; &lt;lpn_nbr&gt;00372569&lt;/lpn_nbr&gt; &lt;batch_nbr&gt;&lt;/batch_nbr&gt; &lt;expiry_date&gt;&lt;/expiry_date&gt; &lt;shipping_packing_unit&gt;1010505202500372569&lt;/shipping_packing_unit&gt; &lt;shipping_outermost_packing_unit&gt;1010505202500372569&lt;/shipping_outermost_packing_unit&gt; &lt;pallet_nbr&gt;1010505202500372569&lt;/pallet_nbr&gt; &lt;receipt_advice_line&gt;675290~^~1065524&lt;/receipt_advice_line&gt; &lt;/ib_shipment_dtl&gt;&lt;/ib_shipment&gt;&lt;/ListOfIbShipments&gt;&lt;/LgfData&gt;

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!