-
Bug
-
Resolution: Obsolete
-
Critical
-
10.0
-
None
-
-
Workaround Exists
-
Transformation SQL on xxx_response procedures looks like this:
CREATE VIRTUAL PROCEDURE BEGIN SELECT t.* FROM XMLTABLE(XMLNAMESPACES() , '/FullCountryInfoResponse/return' PASSING CountriesSOAPServiceView.FullCountryInfo_response.xml_in COLUMNS continentCode string PATH '/continentCode', capitalCity string PATH '/capitalCity', currencyIsoCode string PATH '/currencyIsoCode', isoCode string PATH '/isoCode', name string PATH '/name', phoneCode string PATH '/phoneCode') AS t; END
XMLNAMESPACES() is empty. When I add: "'http://qe.dv.jboss.org/' AS tns" everything works. (I copied this from TD 9.0.4)
- is related to
-
TEIIDDES-2748 ‘Import => Teiid Designer => Web Service Source >> Source and View Model (SOAP)’ import wizard I am not getting columns for either my input or output wrapers methods.
- Resolved