<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>31 Mar 2015 13:03:00 Z</lastBuildDate><pubDate>30 Mar 2015 18:41:00 Z</pubDate><description>Hi,&#13;
can anybody see the problem with the following WEBService procedure:&#13;
Using WD 19&#13;
&#13;
PROCEDURE GetCustomers_7()&#13;
ST_Customer is Structure&#13;
Party_pk is 8 byte int&#13;
PartyID is string&#13;
Description is string&#13;
END&#13;
stObject_Customer is ST_Customer&#13;
arrMatrix_Customers is array of 0 ST_Customer&#13;
&#13;
FOR EACH OntheRoad_Party&#13;
stObject_Customer.Party_pk=OntheRoad_Party.Party_pk&#13;
stObject_Customer.PartyID=OntheRoad_Party.PartyID&#13;
stObject_Customer.Description=OntheRoad_Party.Description&#13;
ArrayAdd(arrMatrix_Customers,stObject_Customer)&#13;
END&#13;
&#13;
RESULT arrMatrix_Customers&#13;
&#13;
//What I get is something like -///&#13;
Failure retrieving the schema.&#13;
The schema has not been loaded&#13;
ST_Customer' does not resolve to a(n) type definition</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services/read.awp</link><title>Need some help with WEB Services</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-fixed-51269/read.awp</comments><pubDate>31 Mar 2015 13:03:00 Z</pubDate><description>Hi Ruben,&#13;
thanks for the tip !!!&#13;
&#13;
Now any tips of how you receive/get the array from a WD19 application ?&#13;
&#13;
Steven Sitas</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-fixed-51269/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-fixed-51269/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services/read.awp">Need some help with WEB Services</source><title>Re: Need some help with WEB Services (FIXED)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-51263/read.awp</comments><pubDate>31 Mar 2015 10:32:00 Z</pubDate><description>Hi. I had the same problem, an in the pcsoft forum found the response.&#13;
&#13;
You can't return only your data array . You must enclo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-51263/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-51263/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services/read.awp">Need some help with WEB Services</source><title>Re: Need some help with WEB Services</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-fixed-51261/read.awp</comments><pubDate>31 Mar 2015 10:29:00 Z</pubDate><description>Hi Dave,&#13;
Since I only want to use this with WD, I am staying away from JSON /XML&#13;
The problem was that the declaration (ST_Cust…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-fixed-51261/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-fixed-51261/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services/read.awp">Need some help with WEB Services</source><title>Re: Need some help with WEB Services (FIXED)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-51254/read.awp</comments><pubDate>30 Mar 2015 22:58:00 Z</pubDate><description>I'm not sure if this would help you with your problem or not, but if it was I, I would do the following:&#13;
&#13;
1. Not to propose a …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-51254/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services-51254/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51244-need-some-help-with-web-services/read.awp">Need some help with WEB Services</source><title>Re: Need some help with WEB Services</title></item></channel></rss>
