bema/func/libxml_backend #20
@@ -105,8 +105,8 @@ function performRequest(text, checkXML, checkTransform){
 | 
				
			|||||||
//Form REST request, send, receive and display in resultArea
 | 
					//Form REST request, send, receive and display in resultArea
 | 
				
			||||||
async function restRequest(text) {
 | 
					async function restRequest(text) {
 | 
				
			||||||
    const escapeChar = "specialEscapeChar";
 | 
					    const escapeChar = "specialEscapeChar";
 | 
				
			||||||
    const addr = "http://localhost:8081/" + text;
 | 
					    // const addr = "http://localhost:8081/" + text;
 | 
				
			||||||
    // const addr = "http://gordon.zipper.release11.com:8081/" + text;
 | 
					    const addr = "http://tools.zipper.release11.com" + text;
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    var xmlData = document.getElementById("xmlArea").value.trim();
 | 
					    var xmlData = document.getElementById("xmlArea").value.trim();
 | 
				
			||||||
    var transformData = document.getElementById("transformArea").value.trim();
 | 
					    var transformData = document.getElementById("transformArea").value.trim();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,7 @@
 | 
				
			|||||||
    <div id="content">
 | 
					    <div id="content">
 | 
				
			||||||
        <div id="toolList">
 | 
					        <div id="toolList">
 | 
				
			||||||
            <ul id="toolList">
 | 
					            <ul id="toolList">
 | 
				
			||||||
                <li id="toolListRow"><a href="http://localhost:8097/" target="iframe">REST Mock</a></li>
 | 
					                <li id="toolListRow"><a href="http://tools.zipper.release11.com:8097/" target="iframe">REST Mock</a></li>
 | 
				
			||||||
                <li id="toolListRow"><a href="./tools/xpath.html" target="iframe">XPath</a></li>
 | 
					                <li id="toolListRow"><a href="./tools/xpath.html" target="iframe">XPath</a></li>
 | 
				
			||||||
                <li id="toolListRow"><a href="./tools/xslt.html" target="iframe">XSLT</a></li>
 | 
					                <li id="toolListRow"><a href="./tools/xslt.html" target="iframe">XSLT</a></li>
 | 
				
			||||||
                <li id="toolListRow"><a href="./tools/xsd.html" target="iframe">XSD</a></li>
 | 
					                <li id="toolListRow"><a href="./tools/xsd.html" target="iframe">XSD</a></li>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,4 +34,4 @@ services:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
networks:
 | 
					networks:
 | 
				
			||||||
    default:
 | 
					    default:
 | 
				
			||||||
        name: shared_network
 | 
					        name: tools_network
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,6 +8,8 @@ Service is split into three microservices.
 | 
				
			|||||||
2. Spring application serving REST mock service
 | 
					2. Spring application serving REST mock service
 | 
				
			||||||
3. Nginx hosting static documents. 
 | 
					3. Nginx hosting static documents. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Main page is hosted on port 8086.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## JavaSpark backend
 | 
					## JavaSpark backend
 | 
				
			||||||
Backend is hosted by default on port 8081. Rest api documentation is contained in OpenApi document
 | 
					Backend is hosted by default on port 8081. Rest api documentation is contained in OpenApi document
 | 
				
			||||||
openapi.yml
 | 
					openapi.yml
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user