Please can some body teel me hoe i could dynamicaly,discover and invoke a web service from a uddi registry? actually my intention is this: suppose u have a set of web services in published in auddi registry. and u want to find the service and invoke it through a jsp . how can i do it? Please if some one could help me with a tiny little bit of code ar at least direct me to a link where i could get some feedback i would be musc grateful. Thanx in advance.
Have you tried The Java Web Services Tutorial? Chapter 14 should be all you need to lookup the information from UDDI, including a WSDL URL for the service you want to invoke. Once you have that URL, you can use a dynamic proxy client or a DII client (described in Chapter 12, JAX-RPC) to make a SOAP call against the service.