Hi again!
Panduranga H G wrote:
1. Is web site can have web services in side it ex: Yahoo web site has search engine web service.
2. As we can see in google search engine, when we search some terms we get web sites. Is web sites are also registered in a UDDI registry.
3.Is is possible for public users to serch the web services
4.Please let me know how web services are accessed
1. A web site may use a web service. A company may provide a web page and a web service, that does not necessarily mean they are related.
2. Web sites are not registered in UDDI registries.
3. Search web services where?
Generally speaking, a web service is not available unless the person/comapny who owns the web service makes it available.
4. Using web service clients.
The kind of client used depend on the kind of web service you want to access. For instance,
SOAP web service clients cannot access RESTful web services and vice versa.
Best wishes!