Nesrine As previously explained, yes.
Unzip the distro and the tomcat zip. Start (tomcat.juddi-tomcat/bin/catalina.sh run) Register a business (saveBusiness api call) Register a service belonging to that business (saveBusiness) Register a bindingTemplate for that service (saveBinding) - In this request, add a tModeilInstanceInfo to the binding, the tModelKey element should point to one of the WSDM QoS tModel keys, such as "urn:wsdm.org:qos:throughput_count" There's some sample code for creating/saving content in UDDI with some QoS metrics here: https://git-wip-us.apache.org/repos/asf?p=juddi.git;a=blob;f=juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/SearchByQos.java;h=c773561cc8989ae36b9d22a772709559b0693970;hb=1a316bd65812d0b1b5169be44b63ab1fea35ae12#l365 In that Java class, the function "SaveMary" does all the above. All of the WSDM tModel definitions are included with jUDDI already (unless they were deleted for some reason) On Sat, Dec 30, 2017 at 1:05 PM, Nesrine Hamdani <hamdani.nesr...@gmail.com> wrote: > ok,so, how do this? can i use juddi distro ? > > 2017-12-30 16:23 GMT+01:00 Alex O'Ree <alexo...@apache.org>: > >> Nesrine >> >> A tmodel is a "technical model" used for attaching additional data to >> anything in UDDI. It doesn't necessaryily describe a web service and can be >> used to describe anything within UDDI. To add QoS data to a UDDI service >> entry, it really needs to be attached to the BindingTemplate >> tModeilInstanceInfo. This element allows you define some values, >> referencing an existing tModel. Does that help? >> >> On Sat, Dec 30, 2017 at 8:30 AM, Nesrine Hamdani < >> hamdani.nesr...@gmail.com> wrote: >> >>> >>> >>> >>> Hi, >>>> tmodel describe web service , and i think to make Qos (reponse time,..) >>>> , we have to use reftmodel , so how doing that, is there an example , and >>>> wehre is tmodel.xml in juddi to modify it (to add reponse time ...) >>>> >>>> Thank you >>>> >>> >>> >> >