Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read XML to DataSet from VFP DLL
Message
From
19/03/2007 07:56:53
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
18/03/2007 12:50:23
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
01205228
Message ID:
01205421
Views:
16
Hi Joao, how are you returning the xml? XMLTOCURSOR, XMLADAPTER or custom build XML?

>Hi all
>
>Hi have a .NET WebService that call a VFP COM/DLL that returns a XML string, it works OK, but when i try to read the XML in NET an error appear,
>
>   Dim Service As jbinfWebS = New jbinfWebS()
>   cXML = Service.Get_FichasTecnicasPorCli("00100")
>
>  Dim myDataSet As New DataSet()
>  myDataSet.ReadXml(cXML)  *** Error Here *** URI invalid. String URI is too long (translate from portuguese version)
>
>
>Any way to read this XML string to DataSet?
>
>Thanks
>
>João Batista
Alexandre Palma
Senior Application Architect
Previous
Reply
Map
View

Click here to load this message in the networking platform