Search found 9 matches

by Cinzia
Fri Feb 23, 2024 10:06 am
Forum: FTPAPI
Topic: NAMEFMT 1 - 500 Subcommand NAME not valid
Replies: 7
Views: 4789

Re: NAMEFMT 1 - 500 Subcommand NAME not valid

Hi Scott,
I understand that every software is different and I understand that IBM FTP and FTPAPI are different. I would just like to know if it is possible to do this or if I really have to change the logic of my program

Thanks
by Cinzia
Tue Feb 06, 2024 11:55 am
Forum: FTPAPI
Topic: NAMEFMT 1 - 500 Subcommand NAME not valid
Replies: 7
Views: 4789

Re: NAMEFMT 1 - 500 Subcommand NAME not valid

Hi scott, this is the difference in the code between NAMEFMT 1 and SITE NAMEFMT 1. dcm_admin 331 Enter password. 230 DCM_ADMIN logged on. OS/400 is the remote operating system. The TCP/IP version is "V7R5M0". 250 Now using naming format "1". 257 "/IASP/QSYS.LIB/DSCOBJDCMW.LI...
by Cinzia
Mon Feb 05, 2024 10:17 am
Forum: FTPAPI
Topic: NAMEFMT 1 - 500 Subcommand NAME not valid
Replies: 7
Views: 4789

Re: NAMEFMT 1 - 500 Subcommand NAME not valid

Good morning, I need both client and server to use namefmt 1, these are the differences between the two commands: namefmt 1 250 Now using naming format "1". Il server NAMEFMT è 1. Il client NAMEFMT è 1. quote site namefmt 1 250 Now using naming format "1".
by Cinzia
Fri Feb 02, 2024 8:13 am
Forum: FTPAPI
Topic: NAMEFMT 1 - 500 Subcommand NAME not valid
Replies: 7
Views: 4789

NAMEFMT 1 - 500 Subcommand NAME not valid

Good morning, I added a new procedure by copying it from FTP_NamFmt because i need the NAMEFMT 1 command, in this new procedure I simply changed the "SITE NAMEFMT" to "NAMEFMT", everything else remains the same. This however leads me to get the error "500 Subcommand NAME not...
by Cinzia
Thu Dec 14, 2023 8:14 am
Forum: HTTPAPI
Topic: Call services with 2 different operation
Replies: 8
Views: 70350

Re: Call services with 2 different operation

Thanks Scott, found the problem ;) , changing the CSID of the XML file to 1208 (UTF-8).
Thank you for your support and see you soon

Cinzia
by Cinzia
Mon Dec 11, 2023 12:19 pm
Forum: HTTPAPI
Topic: Call services with 2 different operation
Replies: 8
Views: 70350

Re: Call services with 2 different operation

Hi Scott, thanks for the reply in SOAPUI I see this information: POST https://xxx.xxx.eu/xxxxxxcargo/services/cargo HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: text/xml;charset=UTF-8 SOAPAction: "https://xxxx.xxxx.eu/xxxxs/cargo" Content-Length: 4011 Host: xxx.xxxx.eu Connection: ...
by Cinzia
Thu Dec 07, 2023 8:25 am
Forum: HTTPAPI
Topic: Call services with 2 different operation
Replies: 8
Views: 70350

Re: Call services with 2 different operation

Hi Scott, thanks for the reply but unfortunately I still can't understand how to configure the call at AS400 level. I attach all the properties I have available. For the SOAPAction I inserted the following instruction: http_setOption('SoapAction': '"https://xxx/services/cargo"'); but to se...
by Cinzia
Tue Dec 05, 2023 8:31 am
Forum: HTTPAPI
Topic: Call services with 2 different operation
Replies: 8
Views: 70350

Re: Call services with 2 different operation

Hi Scott, In the image file (1) I have the Login endpoint which contains the single login operation which I recall without problems. In the image file instead I have the cargo endpoint which contains the Get and Set operations. Recalling this endpoint on the AS400 side gives me an error while on the...
by Cinzia
Fri Dec 01, 2023 11:58 am
Forum: HTTPAPI
Topic: Call services with 2 different operation
Replies: 8
Views: 70350

Call services with 2 different operation

Hi everyone! I need to call a SOAP service from an RPGLE program. By verifying the call with SOAPUI the endpoint responds correctly while from AS400 it does not. I already call other services without problems but I see that there is a difference if I look at the SOAPUI and that is that I have 2 diff...