Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We registrer our own WSDL endpoints as part of the install data (root_businessEntity).
...
<bindingTemplate bindingKey="" serviceKey="">
<description>UDDI Inquiry API V3</description>
<accessPoint useType="endpoint">http://localhost:8080/juddi/services/inquiry?wsdl</accessPoint>
<tModelInstanceDetails>
<tModelInstanceInfo tModelKey="uddi:uddi.org:v3_inquiry">
...
We reference the port (8080) in this data, but we may not be deploying the app to this port. Should we be doing some kind of 'autoregistration' instead?
For now the workaround is to edit this data.