<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>11 Nov 2015 18:01:00 Z</lastBuildDate><pubDate>11 Nov 2015 18:01:00 Z</pubDate><description>I need to generate one webservice to be used by one external app.&#13;
When i try to use my webservice i always get the error in attach.&#13;
&#13;
Any tips are welcome.&#13;
&#13;
Sample code:&#13;
&#13;
wstruct is Structure&#13;
str_number is int&#13;
str_name is string&#13;
END&#13;
wstruct1 is wstruct&#13;
&#13;
warr_struct is array of wstruct&#13;
&#13;
wstruct1:str_number=1&#13;
wstruct1:str_name="a_"+wstruct1:str_number&#13;
ArrayAdd(warr_struct,wstruct1)&#13;
wstruct1:str_number=2&#13;
wstruct1:str_name="a_"+wstruct1:str_number&#13;
ArrayAdd(warr_struct,wstruct1)&#13;
wstruct1:str_number=3&#13;
wstruct1:str_name="a_"+wstruct1:str_number&#13;
ArrayAdd(warr_struct,wstruct1)&#13;
&#13;
RESULT warr_struct&#13;
[attachment 1770 WS_ERROR.pdf]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54912-18-webservice-soap/read.awp</link><title>[WB 18] Webservice SOAP</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
