Identifying the Service to Invoke
When using HTTP, the client identifies the service to invoke by specifying the URL of that service as the HTTP request URL. For example, if the fully-qualified name of the service you want to invoke is myEDIServices.v1:processEDIDoc, use the following URL:
http://rubicon:5555/invoke/myEDIServices.v1/processEDIDoc