Web service

pobss

Member
Licensed User
Longtime User
hello,
by a call to the web service I get the log:

B4X:
** Activity (main) Resume **
ResponseSuccess
<?xml version="1.0" encoding="utf-8"?>

<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://matteo.p1/">

  <string>matteo</string>

  <string>pilvia</string>

  <string>fb7375</string>

  <string>albertoferraro</string>

  <string>Besaggio</string>

  <string>Cristiano</string>

  <string>thessalonica</string>

  <string>xxx</string>

  <string>samanta74</string>

</ArrayOfString>

now how do I use xmlsax?
thanks
 
Last edited:

pobss

Member
Licensed User
Longtime User
sorry but I do not understand.
how do I pass this data on a list?
my xml file has a different format
thanks
 
Upvote 0

pobss

Member
Licensed User
Longtime User
thanks njdude,
now the code is working, but I did not understand.
with the library http sending a request to the webservice and I get a string of data in xml.
these data where do they go?
where you save?
who saves them?
excuse my ignorance
 
Upvote 0

pobss

Member
Licensed User
Longtime User
ok ok, I have a headache but now I get it.
I could not find the missing link between my app to request the service and parse njdude.
with WriteString create the xml file and then I can read the parse.
the next adventure.
 
Upvote 0
Top