What is UDDI and how to register a web service ?
Answer Posted / satya narayan sahoo
Web service can be published over a single directory over
the web,this directory is known as UDDI.
To register a webservice in UDDI please refer to the
following likns.
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.
jsp?
topic=/com.ibm.websphere.pmc.express.doc/tasks/tjw_uddi_pub.
html
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
How do you generate a strong name?
Explain the top .net class that everything is derived from?
Tell us what is a sealed class?
How to Create and Consume a Web Service?
Please explain what is the difference between constants and read-only variables?
What do you mean by Driver Script?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What does jit do?
What is immutability?
Define code access security (cas)?
What is the procedure to add assemly to gac to make it shared one?
What is operator overloading in .net?
How to instantiate a delegate?
What's wrong with a line like this? Datetime.parse(mystring);