>> Hi there,
>>
[quoted text clipped - 34 lines]
>> WindowsApplication3.CollectionsTest.PsmWsResult[].
>> at
Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.R
>> ea d1_PsmWsCollection()
>> -------------------------------
[quoted text clipped - 26 lines]
>
> Thanks!
... and furthermore yet, this is where the debugger halts:
-------------------------------
[System.Web.Services.Protocols.SoapRpcMethodAttribute
("http://www.CollectionWsInterface.com/CollectionWsInterface-
interface/getCollectio" +
"n", RequestNamespace="urn:CollectionWsInterface",
ResponseNamespace="urn:CollectionWsInterface")]
[return: System.Xml.Serialization.SoapElementAttribute("outMsgText")]
public PsmWsCollection getCollection() {
//debugger breaks at the following line!
object[] results = this.Invoke("getCollection", new object[0]);
return ((PsmWsCollection)(results[0]));
}
-------------------------------
Jorge Ayala - 23 Feb 2005 00:03 GMT
Hello hellrazor.
I have the same problem, searching in tons of references I found that there
is a bug in the implementation of the compact framework, when a web service
exposes an array ob Objets, the pocket pc just cannot get it. I downloaded
the service pack 3 for the compact framework but it didn´t work.
If you find an answer to this problem I will apreciate it, and If I finf one
i will notify you.
regards
Jorge Ayala
jayala@siga.com.mx
> >> Hi there,
> >>
[quoted text clipped - 84 lines]
> }
> -------------------------------