]
RH Bugzilla Integration updated TEIIDDES-2155:
----------------------------------------------
Bugzilla Update: (was: Perform)
Bugzilla References: (was:
Generating WS From Source Procedure Fails when Direction Type for
Column is RETURN
----------------------------------------------------------------------------------
Key: TEIIDDES-2155
URL:
https://issues.jboss.org/browse/TEIIDDES-2155
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 8.3.2
Reporter: Ted Jones
Assignee: Ted Jones
Priority: Critical
Fix For: 8.5, 8.3.3
Attachments: sqlstoredproceduresample.zip
When generating a web service for a source model, we check for direction types of OUT and
IN/OUT, but do not check for a type of RETURN. This cause the ws model generation to fail
with an error stating their is no root.
Need to add check for RETURN direction type.