q: Do you deploy one highly available stable UDDI server that hosts all services and bindings, including test environment versions? Or will you implement separate UDDI repositories for test and production environments?
a: I would probably do one for the dough, one for the production.
q: I know Oasis Technical Note v2.0 on WSDL and UDDI, but does anyone really implement this? That is, the abstract parts of WSDL as tModels, the parts of the WSDL implementation as bindings?
a: Yes, jUDDI has both Java and .NET WSDL implementation for UDDI technical note. WS02 also does.
q: Could you try to capture the endpoints without a web service in UDDI or just use it for WSDL?
a: Yes, but how are you going to use the data? UDDI v3 defines a REST interface for access registry information, so REST services can take advantage. jUDDI v3.2, except for a sleek user interface, implements the REST interface, so why not? The real question is: how are you going to use the data? The answer to this will help make your decision.
q: What is "gotchas"?
a: There are many βopen windowsβ in UDDI, in particular, there are many ways to use tModels. A specification defines a group of them, but it is up to you to use and interpret them. There are also a number of conflicting statements in the specification, which makes it difficult to decide how to implement it. Some things in the spec just didn't go all the way.
source share