NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on March 20, 2015, 02:00:53 AM

Title: Webservcice compile error after adding parameter to a service method
Post by: terryd on March 20, 2015, 02:00:53 AM
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]
Title: Re: Webservcice compile error after adding parameter to a service method
Post by: Bruce on March 20, 2015, 04:02:07 AM
compiles ok here, so I suspect fixed in 8.42

cheers
Bruce
Title: Re: Webservcice compile error after adding parameter to a service method
Post by: terryd on March 20, 2015, 09:40:29 PM
Yes. Compiles in 842