Application Integration (On-Premises) : Incorporating web applications : Incorporating Web Applications into Integration Server : About Invoking Web Applications : Invoking a Servlet
Invoking a Servlet
To invoke a servlet, use the following URL format:
http://hostName:portNum/web/packageName/servletName
Parameter
Description
hostName
Host name or IP address of the Integration Server on which the servlet resides.
portNum
Port number on which Integration Server listens for HTTP requests. The default is 5555.
packageName
Name of the package to which the servlet belongs. packageName must match the package directory in which the servlet resides within Integration Server_directory \instances\instance_name\packages on the server. If you do not specify a package name, the server looks for the servlet in the Default package.
This parameter is case sensitive.
servletName
Servlet name.
For example, if a servlet is named ServiceServlet and resides in the ORDER_TRAK package on a server named rubicon, you would enter the following URL:
http://rubicon:5555/web/ORDER_TRAK/ServiceServlet
To see a sample servlet that illustrates how to invoke an Integration Server service, see Invoking an Integration Server Service from a Servlet.
Copyright © 2015- 2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback