uddi « wsdl « Java Enterprise Q&A





1. Does A Web Service Have To Be Registered?    stackoverflow.com

I'm learning about web services and most of the resources I've been reading talk about registering your web service once it's ready for use by others. Is registering a web service ...

2. Publishing a web service    stackoverflow.com

I've been working with Web services in an academic setting for quite a while now, but there's one basic aspect about them that I do not get. Here it is: Assume you ...

3. wsdl in uddi    coderanch.com

There are two ways of accessing a UDDI registry: 1) Send SOAP requests 2) Browse a web interface The former requires the use of JAXR or a proprietary API and it would probably be best to just read about it in the appropriate tutorial (Sun's web services tutorial for JAXR, the vendor's tutorials for their APIs). The latter is also very ...

4. WSDL to UDDI    coderanch.com