G
Generic Usenet Account
Most of the open source web-service products that I am reading about
seem to require generation of client stub and server implementation
ancestor classes from the WSDL file. The client application links in
with the stubs. Like CORBA SII, the client operates on a proxy
(albeit a "service proxy" and not an "object proxy") in its address
space.
This approach seems to limit the scope of web services. Is there an
equivalent of CORBA DII for web services? I believe the UDDI standard
allows clients to invoke services without having compile-time
knowledge of the service description. Is this correct? Also, are
there any open source web-service products that support this
capability?
Thanks in advance.
Bhat
seem to require generation of client stub and server implementation
ancestor classes from the WSDL file. The client application links in
with the stubs. Like CORBA SII, the client operates on a proxy
(albeit a "service proxy" and not an "object proxy") in its address
space.
This approach seems to limit the scope of web services. Is there an
equivalent of CORBA DII for web services? I believe the UDDI standard
allows clients to invoke services without having compile-time
knowledge of the service description. Is this correct? Also, are
there any open source web-service products that support this
capability?
Thanks in advance.
Bhat