NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Matthew51 on September 06, 2017, 03:06:40 PM
-
After upgrading from NT8 to 10.05 I get the following 2 errors for every NewWebServiceMethos Procedure:
Routine not defined: EXAMPLESIMPLERESPONSE
Routine not defined: EXAMPLESOAPRESPONSE
Looking in the code I find
Examples Routine
! Start of "Start of Examples Routine"
! [Priority 5000]
! End of "Start of Examples Routine"
do ExampleSoap11Request
do ExampleSOAPResponse
do ExampleSoap12Request
do ExampleSOAPResponse
do ExamplePostRequest
do ExampleSimpleResponse
do ExampleGetRequest
do ExampleSimpleResponse
do ExampleRestGetRequestXML ! rest get for xml response
do ExampleSimpleResponse ! response in xml format
! Start of "End of Examples Routine"
! [Priority 5000]
! End of "End of Examples Routine"
ExampleSOAPResponse and ExampleSimpleResponse are not defined anywhere in the procedure. The other of course are.
-
I think it's caused by an error in the template. It actually tests for the presence of JFiles, so if you enable "Generate JSON Object" the error should go away.
@Bruce: I reported it on Skype (CLC) on August 8. and you would look into it. Maybe you forgot.
Peter
-
I don't have Jfile, so enabling "Generate JSON Object" doesn't do anything. The only change the affects the problem is to disable XML support, but then I don't have a service any more.
-
I'm working to fix that in 10.06
cheers
Bruce
update: 10.06 is up. Fixed I think.