[
https://issues.jboss.org/browse/TEIID-3841?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-3841.
-----------------------------------
Resolution: Done
The root issue turned out to be that we weren't encoding the parameters, so webclient
was making assumptions about what the base address means. As a valid uri, the call
works.
With this particular example there is an issue with SAP reporting a time type for
departureTime/arrivalTime, but returning an internal value.
sap-nw-gateway translator wrongly encodes when a parameter includes a
space
---------------------------------------------------------------------------
Key: TEIID-3841
URL:
https://issues.jboss.org/browse/TEIID-3841
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.7
Reporter: Marc Shirley
Assignee: Steven Hawkins
Fix For: 8.13, 8.12.3
Submitting a function through the sap-nw-gateway translator results in overzealous
encoding of the URL when one of the parameters includes a space like "AA AB".
The '?' character (along with the spaces in any parameters) in the expected URL
[1] is encoded to '%3F' resulting in an error like [2] below.
[1]
https://sapes1.sapdevcenter.com/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/GetFl...
AB'&connectionid='0017'
[2] org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote
org.teiid.core.TeiidProcessingException: TEIID30504 flightdemo: TEIID17013 Wrong response
from source with HTTP Response Code 404: Vendor Code
"005056A509B11EE1B9A8FEC11C21D78E": With message "Resource not found for
the segment
'GetFlightDetails%3Fairlineid='AA%20AB'&connectionid='0017''.":
Detail Error null
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)