Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read XML to DataSet from VFP DLL
Message
De
18/03/2007 12:50:23
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
XML
Titre:
Read XML to DataSet from VFP DLL
Divers
Thread ID:
01205228
Message ID:
01205228
Vues:
109
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform