PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → XML Tags in a web procedure
XML Tags in a web procedure
Iniciado por rob, set., 06 2013 9:34 PM - Sem resposta
Publicado em setembro, 06 2013 - 9:34 PM
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.