Hello everyone,
Does anyone else had problems with the update of the Nettalk Web Server version 9.01 to 9.13?
Here is my situation, the WSDL that is generated CONTAIN errors in the tag line of code <xs: element name = "Get_Contact_response">
All my procedures have the same _response, which is the last procedure of my web service.
in the file NetWSDL.clw I had to change the line:
SELF._addAttribute ('name', CLIP (SELF.ResponseWrapper))
for :
SELF._addAttribute ('name', CLIP (SELF.Declarations.Name) & '_ response')
Because SELF.ResponseWrapper always seems to have the same value, which is the last procedure of the Web Service.
Secondly, I have the message in the browser that my web service is 9.13 while my Web directory files are 9.14
In the statement of the file C: \ Clarion10 \ accessory \ libsrc \ win \ NetWeb \ web \ scripts \ netweb.js there was
; Var NetTalkVersion = 9.14
Thank you