Re: client in 1.1, server in 3.5



"dan" <bdaniel7@xxxxxxxxx> wrote in message
news:uQD8PySXIHA.4440@xxxxxxxxxxxxxxxxxxxxxxx
I've posted also in microsoft.public.dotnet.framework.webservices.

Hi, I have the following problem:

- the client application (asp.net website) is written in .net 1.1.
- the server is being written in 3.5

they need to communicate automatically.
so I'm using wcf as webservices.

I've added in client a ws reference to the server, the proxy was created.

now,
when I'm running/debugging the client, in watch, the properties of the
proxy
instance show that "has no runtime value".
when I run the unit tests, everything is working properly.
the unit tests and the production code use the same proxy.

does anybody know why there is this anomaly?

the dev computer is xp pro sp2, .net 1.1, 2.0, 3.5, iis 5.1.

There's no reason a .NET 1.1 client can't use a .NET 3.5 service. Consider
there's no reason that a .NET 1.1 client can't use a Java service.

Don't worry about what the debugger says about "no runtime instance". Does
something go wrong when you run the client?
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer


.



Relevant Pages

  • Re: Please enter password for HTTP proxy
    ... Web Proxy log: WEBEXTDyyyymmdd.log ... This newsgroup only focuses on SBS technical issues. ... |> on to the SBS server that hosts the ISA. ... |> sure the problematic clients also have Firewall Client installed. ...
    (microsoft.public.windows.server.sbs)
  • RE: Proxy requires authentication
    ... problem where it is being asked to authenticate to the proxy server. ... sure the problematic client also have Firewall Client installed. ... | Thread-Topic: Proxy requires authentication ...
    (microsoft.public.windows.server.sbs)
  • Re: ISA Server Problems, please help
    ... The All access rule for SBS Internet ... Web Proxy and/or ... > To accommodate the linux SecureNAT clients you should create a new Client ... ISA Server denies the specified Uniform Resource Locator. ...
    (microsoft.public.windows.server.sbs)
  • Re: What doesnt lend itself to OO?
    ... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ...
    (comp.object)
  • Re: Need to Turn Off Proxy Server in SBS 4.5
    ... client machines (it is done by default when you install an SBS client)? ... IE's web proxy settings are disabled like you said, ... Server is internal only...no outside web or ftp serving. ...
    (microsoft.public.backoffice.smallbiz)

Loading