NetTalk Central

Author Topic: Service errors with 10.28  (Read 4769 times)

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Service errors with 10.28
« on: August 02, 2018, 01:16:49 PM »
So I updated a bunch of stuff.
jfiles to 1.69
stringtheory to 2.84
winevent to 5.18
xfiles to 3.05

Compiled an existing nettalk app.  Didn't test all aspects (about which more in a moment).

Then installed nettalk 10.28.
Now, trying to compile that app gives a bunch of errors. 


These are related to (wizard-generated) service methods.
Looking at specifics, there are a lot of places where quotes seem to have changed.  (Sorry if I missed something in the docs that I need to change.)




Additionally, I tried compiling and running the NT WebService example (77)
It compiles.  But when I click on the button to display service documentation, the server hangs. 


I rolled back to NT 10.26 and my quote errors have gone away.
On my app, the service documentation button still hangs, so that's probably the result of one of the other tool upgrades I did (jfiles, xfiles, stringtheory).

Any suggestions?  (Other than don't update a bunch of stuff at the same time...)

Thanks!

Jane

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Service errors with 10.28
« Reply #1 on: August 02, 2018, 01:20:18 PM »
Rolled back to xfiles 3.00 and now the Services documentation buttons work again (in 10.26)

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Service errors with 10.28
« Reply #2 on: August 02, 2018, 09:58:58 PM »
Jane, I've not been able to duplicate your problem here.
Can you please send me the app so I can see?
bruce dot johnson at youknowwhere dot com.

cheers
Bruce

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Service errors with 10.28
« Reply #3 on: August 03, 2018, 05:49:02 AM »
Thanks, Bruce.

We've got a data center move this weekend (scary!!!) so I may not have time until Monday.

Jane

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Service errors with 10.28
« Reply #4 on: August 05, 2018, 06:16:52 PM »
Bruce,

My pressing issue at the moment seems to be that the ExampleResponseBodyXML routine in my web service procedures chokes on the xml.DemoMode = 2 setting.  The browser hangs.  If I click the Graceful Close button on the web server, caption changes to Waiting:1 and it just hangs there forever.

If I set demomode to 0 then it doesn't choke (although its "example" response is actually all the table data.)

------
As for my other problem....

I don't understand the issue with the extra quote marks I was seeing.

As I experimented today, I could recreate the problem by wizarding an app in 10.26, then upgrading to 10.28 and xfiles 3.05.

In that my services are only enabled for GET and I'm doing a full return of the tables involved, I deleted the wizard-generated parameter in the NetWebServiceMethod Settings window for each procedure and that fixed that problem and let me compile.  (Those parameters didn't seem to bother 10.26, for whatever reason.)

I saved the generated source files before (10.26) and after (10.28) and could send them along with the app and dct if you're interested.  But if I'm the only one with this problem it's not worth bothering.
--------

I have a lot to do this week, so I think I'll just roll my VM back to xfiles 3.0 and NT 10.26 and struggle with my upgrade issues a bit later.

FWIW, I'm (still) using EE 10.12349
jfiles 1.69.  messagebox 2.40.  stringtheory 2.84.  winevent 5.18

Cheers,

Jane

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Service errors with 10.28
« Reply #5 on: August 06, 2018, 08:40:19 AM »
BTW, I tested with the basic Xfiles\demo example

adding this to 3.0 works fine:
  OF ?Button:SaveView
      xmlFile.DemoMode = 2
      xmlFile.DemoModeValue = '**value**'
  ...  etc... 

adding it to the same demo example in 3.05 hangs the app.

Jane

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: Service errors with 10.28
« Reply #6 on: August 06, 2018, 09:19:35 AM »
Same problem here as Jane. The WS hangs when try to show the documentation.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Service errors with 10.28
« Reply #7 on: August 07, 2018, 03:10:31 AM »
fixed - xFiles 3.06
also get NT 10.29

cheers
Bruce

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Service errors with 10.28
« Reply #8 on: August 09, 2018, 07:23:30 AM »
Problems resolved with 10.29 and 3.06.

Thanks, Bruce!

Jane

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: Service errors with 10.28
« Reply #9 on: August 09, 2018, 09:36:43 AM »
Same here!