6 Jun 2006 16:07
XMLRPC vb.net 2.0 gives error: response contains array where struct expected
madnuid <mduindam <at> kabelfoon.nl>
2006-06-06 14:07:47 GMT
2006-06-06 14:07:47 GMT
Hi there,
I'll get an error: response contains array where struct expected
[repsonse] with my vbcode. Can someone help me te get the right code
(or mapping). I am a newbie on XML RPC and can't get the code
working.
Finally I want to get the resultset in a dataset. Please, who can
help me....
My code:
--------
Protected Sub Page_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Me.Load
Dim myproxy As New CountryDetails
myproxy.Credentials = New Net.NetworkCredential("xxx", "xxx")
Dim myc As CountryDetails.x
myc.countrycode = "nl"
myc.offset = 0
myc.rows = 1000
myproxy.getCountryDetails2(myc)
End Sub
<XmlRpcUrl("http://xxx/xml-rpc")> Public Class CountryDetails
Inherits XmlRpcClientProtocol
(Continue reading)
RSS Feed