NetTalk Central

Author Topic: Webservcice compile error after adding parameter to a service method  (Read 3025 times)

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Hi Bruce
I have created a webservice from a wizard. The webservice compiles and runs as expected. OK.txt is the BuildResultsFile routine from the service at this point.
I added a parameter authentication as demonstrated in your first webinar on APIs
On compiling I get a compile error. error.txt is the BuildResultsFile routine at this point, the error points to the line
EdconProductsView{prop:filter} =
which now has no filter values.
The attached app has the authentication parameter and throws out the error on compile, removing the authentication parameter compiles cleanly.
Any clues as to where I am going wrong?


[attachment deleted by admin]
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Webservcice compile error after adding parameter to a service method
« Reply #1 on: March 20, 2015, 04:02:07 AM »
compiles ok here, so I suspect fixed in 8.42

cheers
Bruce

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Webservcice compile error after adding parameter to a service method
« Reply #2 on: March 20, 2015, 09:40:29 PM »
Yes. Compiles in 842
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186