Matlab is not managed, it can see just COM objects. You can modify your library to be visible for COM or use the proxy solution as I have written about few lines above :).
2009/9/23 BlueVista <[email protected]> > > 1. Client is Matlab and is not able to add web references for secure > web services. > 2. That is why I am creating .net Assembly (a Class Library). Matlab > is able to talk to dll. > 3. Client machine will have .net framework 2.0. > 4. When I added the dll to matlab it does not show any methods. > 5. It shows http://server/wsMoneyConverter.asmx. This is a NO NO > cause all the data must be transmitted securely. > 6. And we dont want the client (matlab) to even see this coming from > web services. > 7. That's why I wanted to impletment wrapper but that not even > working. > > Please suggest. I hope you understand the problem now. > > > On Sep 23, 10:14 am, Andrew Badera <[email protected]> wrote: > > To run a .NET app, the target machine must have the .NET Framework. If > > it has the .NET Framework, it has System.Web. I don't understand what > > the problem is here. > > > > ∞ Andy Badera > > ∞ +1 518-641-1280 > > ∞ This email is: [ ] bloggable [x] ask first [ ] private > > ∞ Google me:http://www.google.com/search?q=andrew%20badera > > > > > > > > On Wed, Sep 23, 2009 at 11:10 AM, BlueVista <[email protected]> wrote: > > > > > So what are my option. My client will varies (for example, matlab, > > > winform). Some client like Matlab does not support secured web > > > services and that is the primary reason I am creating Class Library to > > > consume methods Secured Web Services. I would like the dll act just > > > like a normal dll's method would. hmm. any idea. It's been more than > > > 40 hours that I am stuck with this. > > > > > Thanks > > > > > On Sep 23, 9:52 am, Andrew Badera <[email protected]> wrote: > > >> You do realize references aren't magic, right? They're a REFERENCE. > > >> Referencing a DLL doesn't magically include that DLL or its code in > > >> any fashion. Anything REFERRING to something in System.Web still needs > > >> a REFERENCE to System.Web. > > > > >> ∞ Andy Badera > > >> ∞ +1 518-641-1280 > > >> ∞ This email is: [ ] bloggable [x] ask first [ ] private > > >> ∞ Google me:http://www.google.com/search?q=andrew%20badera > > > > >> On Wed, Sep 23, 2009 at 10:46 AM, BlueVista <[email protected]> wrote: > > > > >> > I followed this link to create wrapper so my client dont have to add > > >> > "System.Web.Services" and dont have to deal with webservice. The > Class > > >> > Library should act like normal and should not give any hint to the > > >> > client that it's tie to a Secured Web Services (https). So far ZERO > > >> > luck. > > > > >> > > http://social.msdn.microsoft.com/Forums/en-US/asmxandxml/thread/ecb63... > > > > >> > I still have to add a "system.web.services" to my client reference. > > >> > Hmm any idea?- Hide quoted text - > > > > >> - Show quoted text -- Hide quoted text - > > > > - Show quoted text -
