getting IB to create database dependent WSDL URLs
Currently we have a service set up in our development database called DEVA.
When we provide the WSDL URL for this service it is
http://server.company.net:8080/PSIGW/PeopleSoftServiceListeningConnector/
then if I am working in a database called DEVB and I create a new service the WSDL URL is still the same:
http://server.company.net:8080/PSIGW/PeopleSoftServiceListeningConnector/
This is very confusing when using SOAP UI because there is no way to know which database I am trying to point to for my service.
Is there a way to make the WSDL URLs database dependent? so somehow include the database name in the URL?