NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Manuel

Pages: [1] 2 3
1
Web Server - Ask For Help / Re: Update of web folder required - NT 10.45
« on: October 22, 2021, 01:49:59 PM »
It works!!!!

Thanks,
Regards
Manuel

2
Web Server - Ask For Help / Update of web folder required - NT 10.45
« on: October 22, 2021, 11:44:38 AM »
Hi

I've tried with web43 and web53 NT examples and got the message:

Update of web folder required - Try pressing ctrl+f5 -Server is on version 10.45 but web folder is on version 10.46. However, 10.45 is the latest available version for download.

After Pressing ctrl + f5 still shows the message.

Turning "auto-check cached files" on and off doesn't fix it. (web server > extensions > thisWebServer > settings > perfomance).

I've deleted the c:\Clarion11\accessory\libsrc\win\NetWeb\ ,installed and compiled, without success.   

C11.0.13505 - NT 10.45

TIA
Manuel

3
It seems that NT 10.40 requires ST 3.

Thank you.

Manuel

4
Hi

I'm getting an error at migrate a SOAP client from  C10 N10.36 ST2.90 XF3.10   to C11 NT10.40 ST2.90 XF3.13.




NetAcme.Base64Urlencode   PROCEDURE (StringTheory pInput)
  code
  pInput.Base64Encode(st:URLSafe + st:NoPadding)

-----------------
NetAcme.Finalize                       Procedure()   ! version 2 only
strx  stringtheory
  code
  self.state = state:Finalize
  self.JsonHeaders()
  self.SetJwsProtected(true,self.finalizeurl)

  !payload
  strx.loadfile(clip(self.certdir) & '\' & clip(self.CertificateName) & '.csr.der')
  strx.Base64Encode(st:URLSafe + st:NoPadding)

TIA
Regards
Manuel

5
The Rest - Ask For Help / Re: MTOM in SOAP ws
« on: July 31, 2017, 06:15:48 AM »
Hi Bruce,

I havenĀ“t tried to make the ws client yet.

I understand that it's to download a file that is out from de SOAP envelope.

The response specification is:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
 <soap:Body>
 <ns1:consumirComunicacionResponse xmlns:ns1="http://ve.tecno.afip.gov.ar/domain/service/ws">
 <ns2:Comunicacion xmlns:ns2="http://ve.tecno.afip.gov.ar/domain/service/ws"
xmlns:ns3="http://core.tecno.afip.gov.ar/model/ws/types">
 <idComunicacion>12061068</idComunicacion>
 <cuitDestinatario>20111111112</cuitDestinatario>
 <fechaPublicacion>2011-07-12 12:21:39.0</fechaPublicacion>
 <fechaVencimiento>2011-07-12</fechaVencimiento>
 <sistemaPublicador>88</sistemaPublicador>
 <sistemaPublicadorDesc>MDQ (Multiple Database Query)</sistemaPublicadorDesc>
 <estado>1</estado>
 <estadoDesc>Comunicacion No Leida</estadoDesc>
 <asunto>Mensaje generado por VeClient</asunto>
 <prioridad>1</prioridad>
 <adjuntos>
 <adjunto>
 <filename>attach.zip</filename>
 <content>
 <xop:Include href="cid:886ee04d-948f-408b-abc0-a748c7b5d927-13@cxf.apache.org"
xmlns:xop="http://www.w3.org/2004/08/xop/include"/>
 </content>
 <compressed>false</compressed>
 <signed>false</signed>
 <encrypted>false</encrypted>
 <processed>false</processed>
 <public>false</public>
 <md5>2ea67624b8cc4340a2a6d4821627412d</md5>
 <contentSize>453</contentSize>
 </adjunto>
 </adjuntos>

 </ns2:Comunicacion>
 </ns1:consumirComunicacionResponse>
 </soap:Body>

Thanks
Cheers,
Manuel

6
The Rest - Ask For Help / MTOM in SOAP ws
« on: July 28, 2017, 10:57:10 AM »
Hi,

Does NT support MTOM to download files in SOAP webservice?

Thanks
Manuel

7
The Rest - Ask For Help / Re: REST webservice Patch method
« on: October 26, 2015, 06:37:01 AM »
Thanks,

Manuel

8
The Rest - Ask For Help / REST webservice Patch method
« on: October 23, 2015, 10:49:40 AM »
Hi

I have to make REST webservice client to update data with  Patch method.

Does NT support Patch method?

TIA
Manuel

9
FTP - Ask For Help / Re: Copy file to another server folder
« on: July 01, 2014, 05:42:05 AM »
Tried at prompt with ftp rename command and works.

ftp>  rename /myfolder/upload/myfile.xml  /myfolder/myfile.xml  works


I supposed rename worked only in same folder. I was wrong.
So I can upload the file, move it to  wached folder, and upload file again.

Thank you
Regards
Manuel

10
FTP - Ask For Help / Re: Copy file to another server folder
« on: June 30, 2014, 02:30:36 PM »
Tried at prompt with ftp rename command and works.

ftp>  rename /myfolder/upload/myfile.xml  /myfolder/myfile.xml  works

Thank you
Regards
Manuel Allo

11
FTP - Ask For Help / Re: Copy file to another server folder
« on: June 30, 2014, 11:03:12 AM »
It is strange request. If you have access via ftp to that destination folder, why not upload file direct to that folder?


I think is used to avoid upload delay error. They use timer process to detect new file. 

Nettalk solve it with  NetFTP:UseTempFile property (uploads to a temporary file first and then renames to the correct file once the uploading is complete), but they want I copy the file to other folder of the same server.

Thanks
Manuel


12
FTP - Ask For Help / Re: Copy file to another server folder
« on: June 29, 2014, 04:15:02 PM »
It is ftp client.

I have to upload a file to server folder,  and then copy it from server to another server folder.

I asked server administrator to use ftp.temp property but he prefer copy the file to another folder.

Thanks
Manuel

13
FTP - Ask For Help / Re: Copy file to another server folder
« on: June 29, 2014, 10:57:18 AM »
Hi Djole,

It is ftp app. I have not found any NT ftp method to do it.  Do you mean Clarion has commands to do it?

Thanks
Manuel

14
FTP - Ask For Help / Copy file to another server folder
« on: June 27, 2014, 10:50:03 AM »
Hi

I have to upload a file,  and then copy it from server to another server folder.

Is it possible?

TIA

Regards
Manuel

15
Web Server - Ask For Help / Re: Example Web42 broken in NT8?
« on: May 27, 2014, 07:09:17 AM »
It works.

Thanks,

Regards

Manuel

Pages: [1] 2 3