[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Re: soapsuds doesn't "create" all types in assembly

DotNetJunkies User

6/16/2004 1:22:00 AM

YOu can use the following way to create a proxy which incudes all the classes in an assembly

soapsuds -ia:<yourdll> -oa<yourProxyName>

This is possible only when you have the dll file awailable on the local machine.

After importing the proxy into the client application, you can use eithre new or Activator.GetObject methods to create a remote object.

---
Posted using Wimdows.net NntpNews Component -

Post Made from http://www.DotNetJunkies.com/... Our newsgroup engine supports Post Alerts, Ratings, and Searching.