Hi Rob,
the URI is always as you describe, unless your HTTP server is running on a port other than 80.
If it is running on 82 (for example), the URI will need to include the port number too, such as: ip:port/tamino/database
The current Tamino installation is using a webserver to receive requests via HTTP. The webserver module then communicates with Tamino using an internal Software AG protocol.
The webserver is used like this for reasons like load balancing.
(Lots of people have requested a “webserver-less” installation, so this will be provided in the future.)
The current APIs are basically all working in this manner: build the HTTP request, send it to the webserver, process the HTTP response into something appropriate for the user. (Like an Enumeration, in the case of the Java API.)
So, in order to insert a document into Tamino from a Java application there needs to be a webserver talking to Tamino.
TF.
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs