Discussion
1
Replies
1462
Views
Morgan Stanley
Posted: July 30, 2015
Last activity: February 2, 2016
Closed
How to access Rule-File-Text Text file instance through a web URL
We have a file ABCServices.xsd which will be placed in the Tomcat application server directory (C:\apache-tomcat\webapps\ROOT\ABC) and accessd through the url http://MyHost:8080/ABC/ABCServices.xsd.
This file is being used in the schema url property in the Parse XML of SOAP Service request.
Can we save the ABCServices.xsd file as a Rule-File-Text instance or any other rule and access it through a web URL.
Following are the steps for accessing the file through URL using the Rule-File-Text instance:
URL = pxRequestor.pxReqContextURI + pxRequestor.pxReqPathInfoReal + "/webwb/sample.xsd"
For more information, see How to reduce maintenance of service rules and listeners with global resource settings.