Issue
After upgrading from Stambia to xDI, the endpoint URLs for REST and SOAP services have changed. The original endpoint, which was formatted as
http://localhost:42200/rest/StambiaDeliveryService/3/default/
in the previous version, is now formatted as
http://localhost:42200/rest/DeliveryService/3/default/
after the upgrade.
This change affects external callers, including programs and users, that utilize these URLs to call web services, and impacts workflows as they would require changes to accommodate the new URL format.
Solution
The concern for maintaining continuity of service by keeping the legacy endpoint accessible has been addressed in xDI.
The Stambia path for the REST API remains operational to ensure backward compatibility and minimize the impact on existing environments.
It is recommended to plan to update the Stambia's endpoints, as maintaining the old endpoint indefinitely is not a permanent solution.
The service URL should be updated to the new syntax, for example:
http://localhost:42200/rest/DeliveryService/3/default/
in all external programs and user configurations.