[teiid-issues] [JBoss JIRA] Resolved: (TEIID-865) WS-Relational SOAP Connector is sending empty SOAP-ACTION header.

John Doyle (JIRA) jira-events at lists.jboss.org
Wed Sep 30 15:08:49 EDT 2009


     [ https://jira.jboss.org/jira/browse/TEIID-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Doyle resolved TEIID-865.
------------------------------

    Resolution: Done


Got the SoapAction from the model and set in the dispatch object.

SOAP 1.1 requires that we send a SOAPAction, and does not put any requirements on the content.  The spec even says that it can have "no value" but the implementation is throwing an exception if we it to null.  So the options are some string value including "", but not null.

> WS-Relational SOAP Connector is sending empty SOAP-ACTION header.
> -----------------------------------------------------------------
>
>                 Key: TEIID-865
>                 URL: https://jira.jboss.org/jira/browse/TEIID-865
>             Project: Teiid
>          Issue Type: Bug
>          Components: XML Connector
>    Affects Versions: 6.1.0, 6.2.0
>            Reporter: John Doyle
>            Assignee: John Doyle
>             Fix For: 6.3
>
>
> The XML-Relational SOAP connector is not picking up the SOAP-Action from the model and placing it in the correct HTTP Header.

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

        


More information about the teiid-issues mailing list