Folks
I know there are quite a few examples of accessing dotnet webservices
that return a dataset. I cannot find any examples there the webservice
method requires a dataset as a parameter. i.e.
dotNet webservice:
<WebMethod()> _
Public Function TestWS(ByVal ds As DataSet) As String
Return ds.Tables.Count & " Tables in dataset"
End Function
I have tried adding the parameter of xml string of the dataset by
capturing the http post content of a dotNet web page and extracting
the relevant section for the parameter without any success. This
included the schema but neither having this there or not made any
difference.
I have also just tried creating a simple xml structure but still
nothing.
rpc.addProperty("ds","<ds><t1><f1>blah</f1></t1></ds>");
If anyone has any ideas it would be appreciated, I really dont want to
go down the route of creating the soap xml and posting it myself.
Thanks in advance
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---