Details
Assignee
Michael OffnerMichael OffnerReporter
Philip EybPhilip Eyb(Deactivated)Priority
MajorLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Philip Eyb
Philip Eyb(Deactivated)Priority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 11 May 2015 at 10:50
Updated 19 May 2021 at 11:42
A webservice that has only one function declared as "remote" with returntype "xml" works fine. With the presence of a second function declared as "remote" and returntype "xml", the call fails.
Type {http://dom.w3c.org}Node is referenced but not defined.
Generating the WSDL works fine.
The attached example-code show the problem.
Another interesting issue with more than one function declared as remote: having to identical functions does work fine, serving a WSDL with one function.