[teiid-issues] [JBoss JIRA] Commented: (TEIID-1138) Add support to call binary web services

Steve Hawkins (JIRA) jira-events at lists.jboss.org
Thu Jul 1 14:13:46 EDT 2010


    [ https://jira.jboss.org/browse/TEIID-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12537684#action_12537684 ] 

Steve Hawkins commented on TEIID-1138:
--------------------------------------

It looks like using a Source dispatch in MESSAGE mode will work as long as VALIDATE_DISPATCH is turned off even post should work.  The results come back as a bufferedstreamsource, which gives us access to the inputstream without requiring that the result is xml.  It's disturbing though that the results are coming back fully in memory, rather than streamed - this would be the case for non-binary web service access as well.

It seems like using JBossWS Native in 5.1 will be the source of a lot of pain.

> Add support to call binary web services
> ---------------------------------------
>
>                 Key: TEIID-1138
>                 URL: https://jira.jboss.org/browse/TEIID-1138
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Misc. Connectors
>    Affects Versions: 7.1
>            Reporter: Steve Hawkins
>            Assignee: Steve Hawkins
>
> We should add support to call http web services that return binary results.
> One problem is that JBoss WS does not support DataSource based calls.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list