I am new to XML and XSLT!!
I am using Apache Synapse simulator to simulate my application in my local laptop. I have an XML file which has multiple localEntry for multiple testcases. Now the problem is when I am trying to simulate the application I am getting below error:
org.apache.synapse.SynapseException: Error performing XSLT transformation using : getCustomer_shiho_resp_xsl`
`Caused by: javax.xml.transform.TransformerException: java.io.IOException: The system cannot find the path specified
Caused by: java.io.IOException: The system cannot find the path specified
`
Here I can see there is an issue in XPath but could not understand what is the issue. I have below code in my XML file for XPATH:
`<filter xpath="//sbfca:SelectPartyInfo" xmlns:sbfca="http://emf.xyz.com/emb/xyzapp/v02/" xmlns:v02="http://emf.xyz.com/emb/xyzapp/v02/" xmlns:typ="http://emf.xyz.com/emb/xyzapp/v02/types/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <then>`
Please help me to understand what should be checked in above issue? I believe the path is not correct.
New contributor
honey shah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.