
Signature
Thanks in advance,
Juan Dent, M.Sc.
> Hi,
>
[quoted text clipped - 6 lines]
> 2) aif there are any attributes that could identify the object returned by
> the Web Service as being a particular ProgId or CLSID
Hi Juan,
you can not serialize COM object to client. Keep in mind that web services
transfer only xml content and there is no way a COM object be serialized to
xml and deserialized back on the client. Also you are actually transferring
data, not functionality.
HTH,

Signature
Martin Kulov
http://www.codeattest.com/blogs/martin
MCT
MCSD.NET Early Achiever
Steven Cheng[MSFT] - 28 Feb 2006 02:10 GMT
Thanks for Martin's input.
Hi Juan,
As Martin has said, XML Webservice is mainly focus on Data transfering, and
the transfered data objects are represented by plain XML. Also, most of the
data objects should be conforms to a certain XML Schema. As for COM object,
it is platform dependent and contains much internal data and structure
which is specific to the COM runtime, so it's hard to represent such
objects through plain XML content. If your application is going to
communicate through COM object between client and server, you may consider
COM+. For webservice, it may be capable of transfering some lightwight data
such as the COM object's CLSID, remote COM server's name and address....
Regards,
Steven Cheng
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)