I just say your other post where you identified the source of the problem.
"Ken Kolda" <ken.kolda@elliemae-nospamplease.com> wrote in message
news:udR6J2a8EHA.1296@TK2MSFTNGP10.phx.gbl...
> I have no idea why you've got that bogus IP address in your ObjRef.
However,
> there is a way to work around this. In your client's and server's config
> files, add a machineName property to the channel tag and set it to the
> correct IP address of your machine (192.168.1.99). Here's more info on
what
> this attribute does and how to set it:
>
>
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconconfiguration.asp >
> Good luck -
> Ken
>
>
> "Mike" <Mike@scrappy.freeserve.co.uk> wrote in message
> news:9dfbt09m2p2guq2fo2f21q351ddv8pappi@4ax.com...
> > Hi Ken,
> >
> > Thanks again for your reply. Here is what I have in objref.txt:
> >
> > From my machine with IP address of 192.168.1.99. I can see that the
> > ChannelDataStore value is totally wrong but I don't know why. I am
> > using app.config files which I have also included below.
> >
> > *********Not Working********
> > <SOAP-ENV:Envelope
> > xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" > > xmlns:xsd="
http://www.w3.org/2001/XMLSchema" > > xmlns:SOAP-ENC="
http://schemas.xmlsoap.org/soap/encoding/" > > xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/" > > xmlns:clr="
http://schemas.microsoft.com/soap/encoding/clr/1.0" > > SOAP-ENV:encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"> > > <SOAP-ENV:Body>
> > <a1:ObjRef id="ref-1"
> > xmlns:a1="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting"> > > <uri
> >
>
id="ref-2">/06ce3ab6_571f_43cf_b01e_648ba0ef3ee1/VvEySnfO_MpavkuRi1ASkmow_1.
> rem</uri>
> > <objrefFlags>1</objrefFlags>
> > <typeInfo href="#ref-3"/>
> > <envoyInfo xsi:null="1"/>
> > <channelInfo href="#ref-4"/>
> > </a1:ObjRef>
> > <a1:TypeInfo id="ref-3"
> > xmlns:a1="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting"> > > <serverType id="ref-5">General.BroadcastEventWrapper, General,
> > Version=1.0.1826.32216, Culture=neutral,
> > PublicKeyToken=null</serverType>
> > <serverHierarchy xsi:null="1"/>
> > <interfacesImplemented xsi:null="1"/>
> > </a1:TypeInfo>
> > <a1:ChannelInfo id="ref-4"
> > xmlns:a1="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting"> > > <channelData href="#ref-6"/>
> > </a1:ChannelInfo>
> > <SOAP-ENC:Array id="ref-6" SOAP-ENC:arrayType="xsd:anyType[2]">
> > <item href="#ref-7"/>
> > <item href="#ref-8"/>
> > </SOAP-ENC:Array>
> > <a3:CrossAppDomainData id="ref-7"
> >
>
xmlns:a3="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting.Channe > ls">
> > <_ContextID>1370224</_ContextID>
> > <_DomainID>1</_DomainID>
> > <_processGuid
> > id="ref-9">1fdbd24b_ed3d_404b_82c6_a99f2d93672c</_processGuid>
> > </a3:CrossAppDomainData>
> > <a3:ChannelDataStore id="ref-8"
> >
>
xmlns:a3="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting.Channe > ls">
> > <_channelURIs href="#ref-10"/>
> > <_extraData xsi:null="1"/>
> > </a3:ChannelDataStore>
> > <SOAP-ENC:Array id="ref-10" SOAP-ENC:arrayType="xsd:string[1]">
> > <item id="ref-11">tcp://0.1.0.5:3235</item>
> > </SOAP-ENC:Array>
> > </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
> >
> >
> > From a working machine. Client and Server on same machine. IP address
> > is 192.168.1.2
> >
> > ******Working - Without SP2************
> > <SOAP-ENV:Envelope
> > xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" > > xmlns:xsd="
http://www.w3.org/2001/XMLSchema" > > xmlns:SOAP-ENC="
http://schemas.xmlsoap.org/soap/encoding/" > > xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/" > > xmlns:clr="
http://schemas.microsoft.com/soap/encoding/clr/1.0" > > SOAP-ENV:encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"> > > <SOAP-ENV:Body>
> > <a1:ObjRef id="ref-1"
> > xmlns:a1="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting"> > > <uri
> >
>
id="ref-2">/ddbd52b6_f250_4148_b452_822f7ccd47b5/Lqr_uZpmsWVttiCMFqx63Rqj_1.
> rem</uri>
> > <objrefFlags>1</objrefFlags>
> > <typeInfo href="#ref-3"/>
> > <envoyInfo xsi:null="1"/>
> > <channelInfo href="#ref-4"/>
> > </a1:ObjRef>
> > <a1:TypeInfo id="ref-3"
> > xmlns:a1="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting"> > > <serverType id="ref-5">General.BroadcastEventWrapper, General,
> > Version=1.0.1826.32216, Culture=neutral,
> > PublicKeyToken=null</serverType>
> > <serverHierarchy xsi:null="1"/>
> > <interfacesImplemented xsi:null="1"/>
> > </a1:TypeInfo>
> > <a1:ChannelInfo id="ref-4"
> > xmlns:a1="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting"> > > <channelData href="#ref-6"/>
> > </a1:ChannelInfo>
> > <SOAP-ENC:Array id="ref-6" SOAP-ENC:arrayType="xsd:anyType[2]">
> > <item href="#ref-7"/>
> > <item href="#ref-8"/>
> > </SOAP-ENC:Array>
> > <a3:CrossAppDomainData id="ref-7"
> >
>
xmlns:a3="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting.Channe > ls">
> > <_ContextID>1361304</_ContextID>
> > <_DomainID>1</_DomainID>
> > <_processGuid
> > id="ref-9">4867e1f5_62f7_4723_b936_da2a26fe8b28</_processGuid>
> > </a3:CrossAppDomainData>
> > <a3:ChannelDataStore id="ref-8"
> >
>
xmlns:a3="
http://schemas.microsoft.com/clr/ns/System.Runtime.Remoting.Channe > ls">
> > <_channelURIs href="#ref-10"/>
> > <_extraData xsi:null="1"/>
> > </a3:ChannelDataStore>
> > <SOAP-ENC:Array id="ref-10" SOAP-ENC:arrayType="xsd:string[1]">
> > <item id="ref-11">tcp://192.168.1.2:2278</item>
> > </SOAP-ENC:Array>
> > </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
> >
> > On Fri, 31 Dec 2004 12:39:18 -0800, "Ken Kolda" <nospam@spam.com>
> > wrote:
> >
> > Config files being used:
> >
> > ******Server Config File*******
> > <configuration>
> > <system.runtime.remoting>
> > <application>
> > <channels>
> > <channel ref="tcp" port="4555">
> > <serverProviders>
> > <provider ref="wsdl" />
> > <formatter ref="soap" typeFilterLevel="Full" />
> > <formatter ref="binary" typeFilterLevel="Full" />
> > </serverProviders>
> > </channel>
> > </channels>
> > <service>
> > <wellknown mode="Singleton" type="Server.Broadcaster,
> > ConsoleService" objectUri="Broadcaster.binary" />
> > </service>
> > </application>
> > </system.runtime.remoting>
> > </configuration>
> >
> >
> > *****Client Config File********
> > <configuration>
> > <system.runtime.remoting>
> > <application>
> >
> > <channels>
> > <channel ref="tcp" port="0" />
> > </channels>
> >
> > <client>
> > <wellknown type="General.IBroadcaster, General"
> > url="tcp://192.168.1.99:4555/Broadcaster.binary" />
> > </client>
> >
> > </application>
> > </system.runtime.remoting>
> > </configuration>
> >
> > Thanks again,