Hi Everyone,
We are exposing our application(in Java) as webservice.Our application is contructed using JDBC.For one of the service we are getting input from the external system as XQuery.Can anyone please tell how to extract the content from XQuery and map to the java object.
When we searching for this most of the materials shows how to consturct and execute XQuery using XQuery Datasource.We need to take the values from XQuery and mapped to java object so that we will execute our JDBC calls using normal SQL.