started moving stuff
This commit is contained in:
parent
a7c80c924c
commit
a1819f2077
97 changed files with 0 additions and 0 deletions
6
source_code/jsp/ECommerceSOAP.jsp
Normal file
6
source_code/jsp/ECommerceSOAP.jsp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<%@ page language="java" %>
|
||||
<%
|
||||
String targetUrl = "http://oss-auth.blinklab.com/oss/ecs/services/ECommerceSOAP"; // Relative URL of the target JSP
|
||||
RequestDispatcher dispatcher = request.getRequestDispatcher(targetUrl);
|
||||
dispatcher.forward(request, response);
|
||||
%>
|
||||
Loading…
Add table
Add a link
Reference in a new issue