PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → XML Tags in a web procedure
XML Tags in a web procedure
Débuté par rob, 06 sep. 2013 21:34 - Aucune réponse
Posté le 06 septembre 2013 - 21:34
Firstly, let me state that I'm very new to windev/webdev so it's entirely possible there's an easier way to do what I'm trying to do... Anyways, he's the problem I've run into.

I'm developing a mobile app, and a webservice to provide data to said mobile app.

I'm able to create a web service using webdev, and get the data I'm after out of it in a nice XML page, However, when the web service passes an array variable, in this particular case it's an array of 4 strings, the XML tags for all 4 variables come back as <ProcedureNameResult> data </ProcedureNameResult>

Is there a way to change what each returned variable is tagged as? With them all being the same name, that would make it kind of hard to pull the correct data out using the XMLExtractString function.

Any pointers would be greatly appreciated.