Re: Web Service "items" Declaration

2021-10-21 Thread Keisuke Miyako via 4D_Tech
if your data type is not a simple array or scalar variable you might have to use Is DOM reference or Is XML https://doc.4d.com/4Dv18/4D/18.4/SOAP-DECLARATION.301-5232871.en.html after all, SOAP DECLARATION converts classic 4D commands such as C_TEXT or ARRAY TEXT to WSDL. anything you can't

Web Service "items" Declaration

2021-10-21 Thread Eric via 4D_Tech
I have been consuming Web Services from SAP for a very long time, but now I am faced with publishing my 1st WS to be called from SAP. It will be a header/items structure. The header values are simple: SOAP DECLARATION($1;Is longint;SOAP input;"soldToID") //SoldToParty SOAP DECLARATION($2;Is

TEST PATH FROM 4D

2021-10-21 Thread stardata.info via 4D_Tech
Hi all, I use 4D V16 on windows. My application must import data from files. These files are contained in local folders or in the network folders. Can happen that one network folder s not available, so in my process make one ping to the network address related to the network folder, if the pi

Re: 4D <-> Development

2021-10-21 Thread Dougie via 4D_Tech
Jody, This is an area that I am fairly passionate about. 20+ Years ago I was writing html to 4D page processing and used a few frameworks like ExtJS. 4 Years ago I wrote an entire REST stack for a fairly large system as the first step to being able to provide data access for reporting. It als