Soapsuds

If you don't want to have a shared assembly at all, you can also use the soapsuds tool to generate metadata for your .NET remoting clients to use. Soapsuds is a command-line utility that is included with the .NET Framework SDK. It generates metadata that allow a client to call a .NET remoting server, even if the authors of the server did not create a shared library that contains the types that the server exposes. You can run soapsuds against a URL or directly against the assembly that contains the types that will be exposed through .NET remoting. Use the url parameter to generate your metadata from a URL as shown here:

soapsuds –url:[SchemaURL] –oa:[AssemblyName]

The URL that you specify is the URL for the schema file for the server, ...

Get .NET and COM Interoperability Handbook, The now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.