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 - ramiro

Pages: 1 [2] 3 4
16
Web Server - Ask For Help / Re: SSL issue
« on: April 22, 2015, 08:09:25 AM »
Hi Bruce,
Thank You.
already installed NetTalk 8 and now in the same application have this error in PageFooterTag Procedure:

Cannot call procedure as function - c:\c8\aplic\inhws\inhws\inhws003.clw:3558,44

packet = clip(packet) & p_web.Script('startCountDown('& int(p_web.site.SessionExpiryAfterHS/100) &',"'& clip(p_web.site.LoginPage) &'","countdown");')

thank you

17
Web Server - Ask For Help / Re: SSL issue
« on: April 21, 2015, 10:31:14 AM »
thank you  Rainer,

effectively, this was the problem.

I will get NetTalk 8 to include NET:SSLMethodTLSv1_2

18
Web Server - Ask For Help / Re: SSL issue
« on: April 21, 2015, 08:17:05 AM »
Bruce,
thank you for your reply,
maybe this error in FireFox tell us something:

"Unable to connect safely
Firefox can not guaranty the security of your data because it uses SSLv3 misitioweb.com.mx a broken security protocol.
Advanced information: ssl_error_unsupported_version"

My app. is developed with NetTalk 6,

Thank you in advance
cheers

19
Web Server - Ask For Help / SSL issue
« on: April 20, 2015, 05:31:03 PM »
Client when trying to connect to my web service with SSL received this:
java.net.SocketException: Connection reset

                at java.net.SocketInputStream.read(SocketInputStream.java:168)

                at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)

                at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)


Is there any ide what kind of problem is this?

Without SSL no problem


Thank You

 


20
Web Server - Ask For Help / Re: web service with soap+xml
« on: January 14, 2015, 09:14:49 AM »
Thank You Bruce.

Yesterday buy the upgrade for NetTalk 8.
I hope everything easier from here on out.
Greetings and thank you very much again.
Ramiro

21
Web Server - Ask For Help / web service with soap+xml
« on: January 13, 2015, 11:59:57 AM »
I am developing a web service with NetTalk 6.08 and Clarion8
apparently if the Content-Type of request is "application/Soap + xml"
not return the XML string and it is not posible process the response.
Is this a bug in this version? if so,
Do I need to upgrade to version 8 NetTalk?

Thank you in advance

22
Web Server - Ask For Help / Re: web service, I can not get the xml string
« on: November 27, 2014, 12:44:40 PM »
Hi Bruce,
Thank You for your replay.
This is the POST as seen in the log, the test was performed with the NetDemo.
With regard to updating NetTalk6,  I pay for it?  Thank You.

POST /reservaciones HTTP/1.0
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Accept-Language: en
Content-Type: application/x-www-form-urlencoded
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C)
Host: localhost:2350
Content-Length: 1023
Connection: Close

<?xml version="1.0" encoding="UTF-8" ?> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:htn="http://pms.ihotelier.com/HTNGService/services/HTNG2011BService"> <soapenv:Header>

...
etc.
etc.

23
Web Server - Ask For Help / web service, I can not get the xml string
« on: November 26, 2014, 11:55:08 AM »
Hi,
I am creating a web service with C8 and NetTalk 6.08.
No use Xfiles, the problem is I can not get the XML string to parse and generate a response, in the log of the web server the POST full featured, no problem, the source code I have is:

...
  p_web.SetValue('_parentPage','reservaciones')
  p_web.publicpage = 1
  if p_web.sessionId = 0 then p_web.NewSession().
  ! Start of "Before Header"
  ! [Priority 5000]
 
  ! End of "Before Header"
  do Header
! [Priority 1200]
  xmlrequest = p_web.GetValue('xml')
  xmlLenght = len(clip(xmlrequest))
 
  packet = ''
  do ProcesaRequest
  ! envía resultado
  XmlRespLen = len(clip(XmlResp))
  p_web.ParseHTML(XmlResp,1,XmlRespLen,Net:NoHeader)


to check the contents of the variable XMLRequest find it empty

Thanks
best regards
Ramiro M B

24
The Rest - Ask For Help / Re: Net Simple server and qserverconnections
« on: September 18, 2014, 10:39:02 AM »
Hi Bruce,
Thanks for the information, however I'm talking about connections that remain even hours in the queue, we have verified the situation and we have seen that are dropped connections due to problems with the internet.
Thank you very much.

25
The Rest - Ask For Help / Net Simple server and qserverconnections
« on: September 16, 2014, 12:24:26 PM »
Possible cause for which the entries in the queue (qserverconnections) are not deleted when the server closes the connection or when the client closes.
we are working with SSL and wholepacket.
Thank you all.

26
FTP - Ask For Help / Re: NetSimple server BufferUsed corrupt...
« on: March 22, 2014, 11:39:34 AM »
Hi Bruce,
same result in application server and C8 NetTalk 6

regards,
Ramiro

27
FTP - Ask For Help / Re: NetSimple server BufferUsed corrupt...
« on: March 21, 2014, 11:40:19 AM »
Hi Bruce,
our server application is made in C6 and NetTalk 4.57
the problem occurs when the client is in C8 and NetTalk 6
We will migrate the app. server  to C8 and NetTalk 6
but now I doubt whether the problem will be presented in the client application developed with C6 and NetTalk 4.57

Thank you
regards
Ramiro

28
FTP - Ask For Help / Re: NetSimple server BufferUsed corrupt...
« on: March 21, 2014, 09:48:53 AM »
Hi Bruce,
in this application I am using C6 9046 and NetTalk 4.57 9049

This is part of the code:
! data
peticiones           queue,pre(Pet)
IP                     cstring (NET:IPStringSize+1)
OnSocket               NET:SocketType
SockID                 long
okfull                 byte
detalle                string(524288) ! contiene los detalles de la peticion:
                                      ! tipo y los datos de consulta o actualización
                     end

!  in Process
    of NET:SimpleWholeDataPacket
    !-------------------------------------
    ! We received a whole packet
      up:ip = self.packet.Fromip
      up:onsocket = self.packet.OnSocket
      up:SockID = self.packet.SockID
      clear(pet:detalle)
      if (self.WholePacketQueue.WholeBinDataLen) > MaxStringSize
        pet:detalle = self.WholePacketQueue.WholeBinData [1 : MaxStringSize - 11 - self.WholePacketQueue.WholeBinDataLen]
      else
        pet:detalle = self.WholePacketQueue.WholeBinData [1 : self.WholePacketQueue.WholeBinDataLen]
      end

      .....

! en error trap
  PARENT.ErrorTrap(errorStr,functionName)
  ! [Priority 7500]
  struerrenv = errorstr
  cerrenv += 1
  Actualizalog(clip(errorstr),0,'NetTalk')
  ....

Thank you
regards

29
FTP - Ask For Help / Re: NetSimple server BufferUsed corrupt...
« on: March 20, 2014, 04:18:25 PM »
Bruce.
No, is from NetTalk simple client, Also with wholePacket turned on
and SSL connection, both sides with certificate and key  (.PEM)

thank you

30
FTP - Ask For Help / NetSimple server BufferUsed corrupt...
« on: March 19, 2014, 10:46:44 AM »
Netsimple Server with Wholepack and SSL.
Upon receiving a packet from a client about 170,000 bytes in errortrap have this error:
Error - BufferUsed corrupt in BigQueue or you are trying to clear too much data

however, the packet is received correctly, but this error could generate other errors later?

thanks in advance.

Pages: 1 [2] 3 4