Can anyone help me with this.
"Rob Beers" <robbeers@hotmail.com> wrote in message news:<0d5601c39e37$ec1365f0$a601280a@phx.gbl>...
> I am getting this exception:
>
> The identifier "ref-4" does not appear in the document.
> XmlException
>
> The pocket pc is using remoting with soap with a c#
> desktop app. The
> objects that I am passing are actually proxy created
> objects that the
> desktop gets from another webservice. I mark them as
> serializable and
> use them to pass back and forth to the pocket pc. I
> don't always get
> this error. It happens periodically.
>
> Rob
>
> The soap message is below
> ===================================
>
> HTTP/1.1 200 OK
>
> Content-Type: text/xml; charset="utf-8"
>
> Server: MS .NET Remoting, MS .NET CLR 1.1.4322.573
>
> Content-Length: 631
>
>
>
> <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/encodin > g/">
>
> <SOAP-ENV:Body>
>
> <i2:CheckForUpdateResponse id="ref-1"
> xmlns:i2="
http://schemas.microsoft.com/clr/nsassem/cook.Co > mponents.CookService/cook">
>
> <return id="ref-3">10/20/2003 2:04:15 PM</return>
>
> </i2:CheckForUpdateResponse>
>
> </SOAP-ENV:Body>
>
> </SOAP-ENV:Envelope>
>
> HTTP/1.1 100 Continue
>
>
>
> HTTP/1.1 200 OK
>
> Content-Type: text/xml; charset="utf-8"
>
> Server: MS .NET Remoting, MS .NET CLR 1.1.4322.573
>
> Content-Length: 4774
>
>
>
> <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/encodin > g/">
>
> <SOAP-ENV:Body>
>
> <i2:GetServersResponse id="ref-1"
> xmlns:i2="
http://schemas.microsoft.com/clr/nsassem/cook.Co > mponents.CookService/cook">
>
> <return href="#ref-4"/>
>
> </i2:GetServersResponse>
>
> <SOAP-ENC:Array id="ref-4" SOAP-
> ENC:arrayType="a1:ServerValue[13]"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <item href="#ref-5"/>
>
> <item href="#ref-6"/>
>
> <item href="#ref-7"/>
>
> <item href="#ref-8"/>
>
> <item href="#ref-9"/>
>
> <item href="#ref-10"/>
>
> <item href="#ref-11"/>
>
> <item href="#ref-12"/>
>
> <item href="#ref-13"/>
>
> <item href="#ref-14"/>
>
> <item href="#ref-15"/>
>
> <item href="#ref-16"/>
>
> <item href="#ref-17"/>
>
> </SOAP-ENC:Array>
>
> <a1:ServerValue id="ref-5"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-18">Dwayne</name>
>
> <serverId>30</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-6"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-19">Kim</name>
>
> <serverId>31</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-7"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-20">Angie</name>
>
> <serverId>40</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-8"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-21">Nikki</name>
>
> <serverId>51</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-9"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-22">Johnny</name>
>
> <serverId>52</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-10"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-23">Shannon</name>
>
> <serverId>61</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-11"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-24">Val</name>
>
> <serverId>70</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-12"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-25">Christi</name>
>
> <serverId>71</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-13"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-26">Tina</name>
>
> <serverId>72</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-14"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-27">David</name>
>
> <serverId>80</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-15"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-28">Brenda</name>
>
> <serverId>81</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-16"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm > s/cook%2C%20Version%3D1.0.1397.18013%2C%20Culture%
> 3Dneutral%2C%20PublicKeyToken%3Dnull">
>
> <isActive>true</isActive>
>
> <name id="ref-29">Test</name>
>
> <serverId>90</serverId>
>
> </a1:ServerValue>
>
> <a1:ServerValue id="ref-17"
> xmlns:a1="
http://schemas.microsoft.com/clr/nsassem/cook.Rm