You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Jasha Joachimsthal (JIRA)" <ji...@apache.org> on 2010/04/05 10:21:27 UTC

[jira] Closed: (COCOON-2278) Make SOAPHelper use https, not just http

     [ https://issues.apache.org/jira/browse/COCOON-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jasha Joachimsthal closed COCOON-2278.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.12-dev (Current SVN)

Thanks Nico for the patch.

Note: in HttpClient 3 HttpConnection(proxyHost, proxyPort, host, virtualHost, port, protocol); will be deprecated, use HttpConnection(proxyHost, proxyPort, host, port, protocol); (which is unavailable in HttpClient 2).

> Make SOAPHelper use https, not just http
> ----------------------------------------
>
>                 Key: COCOON-2278
>                 URL: https://issues.apache.org/jira/browse/COCOON-2278
>             Project: Cocoon
>          Issue Type: Improvement
>          Components: Blocks: XSP
>    Affects Versions: 2.1.11
>            Reporter: Nico Verwer
>            Assignee: Jasha Joachimsthal
>             Fix For: 2.1.12-dev (Current SVN)
>
>         Attachments: SOAPHelper.patch
>
>
> The current SOAPHelper class in the XSP block only speaks http to webservices. With a small addition, it respects the protocol specified by, e.g., a WSDL file. Many webservices use https, which works with this patch for the SOAPHelper. Other protocols work if there is a protocol factory configured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.