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.
Pages: [1]
1
Web Server - Ask For Help / Re: WSDL File problem - Nettalk Web Server release 9.13
« on: September 26, 2016, 06:40:59 AM »
Ok Bruce,
I juste redownload this link : http://www.capesoft.com/ftp/public/nettalk9serverC7AndUpInstall.saf
and it is still the ; Var NetTalkVersion = 9.14
Benoit
I juste redownload this link : http://www.capesoft.com/ftp/public/nettalk9serverC7AndUpInstall.saf
and it is still the ; Var NetTalkVersion = 9.14
Benoit
2
Web Server - Ask For Help / Re: WSDL File problem - Nettalk Web Server release 9.13
« on: September 26, 2016, 06:24:42 AM »
Hi Bruce,
The fact is that all the response wrapper was already set with de procedure name.
The first thing I did is to read all the change from my version 9.01 to 9.13 and did see this improvment.
But
For exemple, if I go to the NetwebService Procedure, in the Methods Tab, and change the order of last procedure, then now it's this one that is repeating in all the response line of the Wsdl
pretty weird
i will try to redownload and reinstall
thanks
The fact is that all the response wrapper was already set with de procedure name.
The first thing I did is to read all the change from my version 9.01 to 9.13 and did see this improvment.
But
For exemple, if I go to the NetwebService Procedure, in the Methods Tab, and change the order of last procedure, then now it's this one that is repeating in all the response line of the Wsdl
pretty weird
i will try to redownload and reinstall
thanks
3
Web Server - Ask For Help / WSDL File problem - Nettalk Web Server release 9.13
« on: September 23, 2016, 05:01:05 AM »
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
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
Pages: [1]