Welcome! Log In Create A New Profile

Advanced

webservice made in windev XI

Posted by Paulo Oliveira 
Paulo Oliveira
webservice made in windev XI
May 21, 2008 04:05PM
I'm testing one webservice made in windev XI.
My gobal proc:
procedure proc1 (win is string)
wout is string = "output - "+winp
result wout

in this case everything works fine but how can i return one structure or one array,
I have to make the xml document myself ?
how windev genetares de wsdl in this case?
KenKnight
Re: webservice made in windev XI
May 22, 2008 04:10AM
Hi Paulo,

Check out the following functions;

Serialize
Deserialize

Use the psdXML parameter. These functions will convert a structure or array into an xml formatted string.

Cheers!
ken
Paulo Oliveira
Re: webservice made in windev XI
May 23, 2008 10:43AM
Thanks Ken,
I will check it.
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: