Question:
Is there any way we can change our web service provider URL:
From
server-name/adeptia/publishProviderByRest/processflow/resource?objectId=160&parentId=213
To
server-name/processflow/resource?objectId=160&parentId=213
processflow - process flow name
paperclipviewer - Resource End path
Tip:
This is the standard URL that Adeptia uses to publish the WS Provider and it can not be changed. Because in this URL "adeptia" is context and "publishProviderByRest" is used to determine the Rest Provider that is published. However, if you want your clients to hit on the below URL format then you need to use some proxy on the server where Adeptia is installed that will route that to the original URL that Adeptia uses.
server-name/processflow/resource?objectId=160&parentId=213
Comments
0 comments
Article is closed for comments.