Re: Printer Service discovery using SOAP in local network

Anne Thomas Manes <[email protected]> Thu, 26 Jun 2003 08:24:01 -0400
Newsgroups gmane.comp.windows.devel.soap.general
Message-ID <00f501c33bdf$df8d48b0$6f01a8c0@TPX21>
Baljeet,

There are a number of ways to enable discovery.
- The simplest method is to create a Web page that describes your services
and supplies links to your WSDL files. This approach only supports human
discovery, though.
- Another approach is to use Web Services Inspection Language (WSIL - see
http://www-106.ibm.com/developerworks/webservices/library/ws-wsilspec.html).
IBM provides an implementation called WSIL4J. (see
http://www-106.ibm.com/developerworks/webservices/library/ws-wsil4j1/?dwzone
=webservices).
- And, of course, you can set up a private UDDI registry. Novell provides an
open source implementation. (see http://developer.novell.com/uddi/).
Systinet WASP UDDI is very popular (see www.systinet.com).

Best regards,
Anne

> Date:    Wed, 25 Jun 2003 06:04:39 -0000
> From:    Baljeet Singh <[email protected]>
> Subject: Printer Service discovery using SOAP in local network
>
> Hi,
>
> I am new to SOAP ...gone through the specification and familiar
> with gSOAP.
>
> How services implemented on Printers can be discovered using SOAP
> in the local network/enterprise private network?
>
> These services are not registered with the Public UDDI
> registeries.
> Do we need to implement some private registry for them?
>
> Thanks for all the suggestions in advance.
>
> Rgds
> Baljeet