Produit : 4D 2004 · Plateforme : Mac & Win ♪
Sélectionnez
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
` SOAP server
` WS_GetListID
TABLEAU ENTIER LONG(vArticleIDList;0)
CHERCHER([ARTICLES];[ARTICLES]A_Publier=Vrai)
SELECTION VERS TABLEAU([ARTICLES]ID_article;vArticleIDList)
TRIER TABLEAU(vArticleIDList;<)
DECLARATION SOAP(vArticleIDList;Est un tableau entierlong ;SOAP sortie ;"Liste_ID_articles")
Si (Enregistrements trouves([ARTICLES])>0)
` ok
Sinon
ENVOYER ERREUR SOAP(SOAP erreur client ;"Pas d’articles disponibles")
Fin de si



