. . 30 Posted September 3, 2019 Share Posted September 3, 2019 I created an Integration event solution, then create a request/reply map, I want to get the result of a complex query and use it from an endpoint. When I tried to set it in a stored procedure I can't get its data as a table result, Also I Can't use a sql function in request/reply map. Link to comment Share on other sites More sharing options...
Marty Smith 2 Posted September 5, 2019 Share Posted September 5, 2019 You can't directly process a result set returned by a stored procedure in the body of the map You would need to have the sproc write the results to a table and then use a Fetch block to read from the table an process the data accordingly Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now