Hi devs,
1, There are both v2 and v3 impl classes in scout. And some of them has version properties, I noticed that the default version in V3Impl is 2.0. org.apache.ws.scout.registry.RegistryV3Impl.DEFAULT_UDDI_VERSION= "2.0"; org.apache.ws.scout.registry.RegistryV3Impl.DEFAULT_UDDI_NAMESPACE = "urn:uddi-org:api_v2"; My question is : What's the reason to default the V3 impl to 2.0 ? How to specify the version I want to use in uddi war ? I tried juddiv3.properties but it seems not working. 2, I deploy the jaxws web services by myself and these deployed uddi services are not of default v3 services/xxxxService path. For example, I deployed all the services to /juddi/xxxService. Where can I change these URL mapping with something below ? juddi.proxy.inquiryURL = http://localhost:8080/juddi/UDDIInquiryService juddi.proxy.publishURL = http://localhost:8080/juddi/UDDIPublicationService juddi.proxy.securityURL = http://localhost:8080/juddi/UDDISecurityService Thanks in advance ! -- Shawn
