OSB - Support for HTTP Compression

Does OSB 10.3.1 or any previous versions of it support HTTP compression. We have a requirement to integrate the service bus to integrate with a web service which is capable of returning SOAP response with GZIP encoding.
We can explictly request the service to turn on compression by setting accept-encoding in the http request using transport headers. Can any one confirm whether OSB decompress the response before handling it to message flow.
Thanks,
Atheek

This is important feature that is missing I feel. we could not use OSB business service feature much, because of the same.

Similar Messages

  • [svn:osmf:] 13828: 1. Add MBR + DRM support for http streaming

    Revision: 13828
    Revision: 13828
    Author:   [email protected]
    Date:     2010-01-27 14:56:10 -0800 (Wed, 27 Jan 2010)
    Log Message:
    1. Add MBR + DRM support for http streaming
    2. Fix unit TestManifestParser.as to reflect the changes
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/video/VideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/manifest/TestManifestParser.as

    Hello Alex,
    I don't have an answer for you.
    But, can you try to use http://drmtest2.adobe.com:8080/Content/anonymous.f4v with locally hosted OSMF player? This content doens't require user/pass info.
    I'm wondering that Google TV's flash player doesn't support prompt dialog.
    http://drmtest2.adobe.com/AccessPlayer/player.html requires flash player 11. That's why it won't be loaded with flash player 10.x.
    Thanks,
    -- Hiroshi

  • A video codec or support for a compressed format (ZEN

    i was wondering if creative could include support for some form of compressed video format in the next firmware release for the Creative Zen V Plus. i ask this as the supplied video converter uses incredibly large amounts of space even for a small video file since the avi is uncompressed (afaik)
    could support possibly be added for wmv or something as that is relati'vely small and it would be great if the player could support it.
    please reply as this is a very common 'issue' for most owners of this mp3 player.

    PSE 4 does do 16 bit - although there are a limited number of things you can do at that depth.
    It has essentially no support for actions.

  • Support for HTTP Extension Framework

    Hi,
    I need to use some headers defined in HTTP Extension Framework
    (RFC 2274). Does Weblogic provide support for this extension
    framework ? If so which version of Weblogic should i be using ?
    Thanks & Regards,
    Prasad Shetty

    Hello Kumar,
    Yes, these are part of HTTP 1.1 extensions. In case this is not currently supported, would really appreciate if you could let me know if it is planned in the future releases.
    Regards,
    Prasad Shetty
    Kumar Allamraju <[email protected]> wrote in message news:[email protected]..
    Are these extensions part of HTTP 1.1?
    Prasad Shetty wrote:
    Hi,
    I need to use some headers defined in HTTP Extension Framework
    (RFC 2274). Does Weblogic provide support for this extension
    framework ? If so which version of Weblogic should i be using ?
    Thanks & Regards,
    Prasad Shetty
    [att1.html]

  • Support for https//  protocol in websphere

    Hi
    iam using websphere 5.1.2 i redirect my jsp to https//localhost:9080/sam.jsp but its not display .
    Can u help me how to configure websphere for support of Https
    protocol
    Thanx

    Hi
    Try https://localhost:9443/sam.jsp if you use a default configuration of websphere testenvironment. (Not sure if a full Websphere installation is configured the same way...)
    If this does not work use Websphere Admin Console to configure an additional secure port.

  • OSB Support for Polymorphic Webservices

    Hi,
    I am in process of evaluating OSB for being used as corporate ESB. As part of evaluation I need to confirm if OSB supports polymorphic webservices.
    As of now I am doubful for this support. If it is supported, I will really appreciate if someone can provide some example or direct me where I can get more details.

    OSB does not support drive/media multiplexing and I'm not aware of any plans for this.
    In a proper environment the systems you're backing up are able to push the drive to the limit so there is no requirement to do this. It's more of a legacy option to support old hardware which is too slow.
    Most people are moving towards VTL environments now where you can just add as many tape drives as you need.
    Thanks
    Rich

  • WAAS Support for HTTPS

    Hi,
    As the topic says does WAAS support acceleration of https traffic? If so where can I find this information?
    Also and more importantly where can I find performance and scalability information (Max Opt tcp connections, WAN capacity etc.) for WAAS and WAVE devices?

    HTTPS is currently only accelerated with TFO (no compression or AO) in WAAS 4.1.1 and before. HTTPS support is being introduced with a Application Optimizer in the upcoming release WAAS 4.1.3. 4.1.3 will allow optimization past TFO to include Full Optimization, etc.
    Look for a late March release date with more information on the HTTPS AO as well as Scaling information at that time.
    The current scalability numbers can be obtained from your partner and/or sales team, which would probably be the best way to review all the models.
    Thanks,
    Dan

  • OSB proxy for HTTP GET servlet

    Hello,
    I need to create a proxy in OSB that will accept HTTP/GET requests (with ?param1=value1&param2=value2.... parameters).
    My goal is simply to forward this request to another servlet in J2EE instance that will actually serve the request and send back to OSB the text/xml response.
    Can you please point me to the correct proxy and business service configuration for this?
    Our SOA version is 10.3.6 and we have OSB and J2EE servers in our domain.
    Thanks
    Edited by: 995036 on May 31, 2013 4:19 AM
    Edited by: 995036 on May 31, 2013 4:20 AM

    Hello again,
    I found the solution so I will share it with you in case someones needs it the future.
    I created a business service with Service Type "Messaging service", request message type "none", response message type "text" and Http transport "GET".
    I created a proxy service with Service Type "Messaging service", request message type "text", response message type "text". I created a routing node my flow directed to the business service mentioned above. In the routing pipeline request i put the following actions:
    1) Assign:
    Expression $inbound/ctx:transport/ctx:request/http:query-string/text()
    variable queryString
    to assign the inbound query string in a variable
    2)Insert
    expr: fn-bea:inlinedXML('<http:query-string xmlns:http="http://www.bea.com/wli/sb/transports/http"></http:query-string>')
    location: as first child
    Xpath: ./ctx:transport/ctx:request
    in variable: outbound
    3)insert
    expr: $queryString (created in step 1)
    location: as first child
    Xpath: ./ctx:transport/ctx:request/http:query-string
    in variable: outbound
    Now the query string should be redirected properly to your business service/ GET servlet.
    George

  • Support for HTTP Chunking

    Hi -
    I am using bPEL PM to integrate with Salesfroce.com. After reading the API for SFDC, I am concerned about HTTP Chunking in the responses from teh API.
    Does Oracle BPEL PM support service responses that are HTTP-Chunk'ed? Will this have an effect on my services?
    Thanks for your help!

    we have a demo shipped with BPEL PM (samples/demos/SalesForce...) that shows how to use the API .. I believe this transport props should be fully transparent and should NOT affect the BPEL engine at all..
    /clemens

  • Flash Player Support for HTTP Live Streaming?

    Does Flash Player 11 / Air for TV 3.0 support HTTP Live Streaming ?

    If you need help with posting messages in the forum there is a test forum available at http://forums.adobe.com/community/general/forum_comments/testing

  • Support for HTTP 1.1?

    Does weblogic plan on upgrading the web server to support HTTP/1.1?

    Yes: it will be included in version 6.0. This release will be going into
    public beta early this fall.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Special Agent "K"" <[email protected]> wrote in message
    news:39a2d83a$[email protected]..
    Does weblogic plan on upgrading the web server to support HTTP/1.1?

  • Support for HTTP 1.1 Pipelining

              We have observed a behavior in Weblogic Server 6.1 SP1:
              When multiple requests are concatenated in ONE buffer, open a scoket to the server
              and sent to the server, the server does not process all requests.
              Is this a known issue ? If so, what version of WL server supports this feature
              (pipelining) ?
              Thanks,
              Krishna
              

    Krishna Narayanan wrote:
              > We have observed a behavior in Weblogic Server 6.1 SP1:
              >
              > When multiple requests are concatenated in ONE buffer, open a scoket to the server
              > and sent to the server, the server does not process all requests.
              >
              > Is this a known issue ? If so, what version of WL server supports this feature
              > (pipelining) ?
              >
              > Thanks,
              > Krishna
              >
              Are you seeing this with sequential Get's or Post's? can you describe
              the issue a little more ? Pipelining of http posts is not allowed by the
              http spec.
              Nagesh
              

  • Support for HTTPS with safari actions?

    I'm trying to set up a workflow to grab the current page, then parse out the links from it, then filter for one specific link, then go to that link. Unfortunately, the current page is HTTPS, so when I go to step 2, I get 401s back. If I've saved the username and password for access to the server on my keychain, is there a way I can get this to work?

    I'm trying to set up a workflow to grab the current
    page, then parse out the links from it, then filter
    for one specific link, then go to that link.
    Unfortunately, the current page is HTTPS, so when I
    go to step 2, I get 401s back. If I've saved the
    username and password for access to the server on my
    keychain, is there a way I can get this to work?
    bump

  • Support for HTTP  Range header element

    Regarding Weblogic 7.1 sp2 +,
    Does the HTTP implementation in the web server component support the "Range" header
    element ???

    Damien Dallimore wrote:
    Regarding Weblogic 7.1 sp2 +,
    Does the HTTP implementation in the web server component support the "Range" header
    element ???Welblogic 8.1 supports HTTP byte-ranges. You can contact customer
    support if you need a patch on 71

  • Support for HTTP PUT and HTTP DELETE

    Is there a plan for proper HTTP PUT and HTTP DELETE in Flash
    Player and/or Flex? There's not much information on the subject at
    this point. Is this going to be included in Flex 3? Is there an
    issue I can track? etc.

    This is due to a limitation in the Flash Player so it will
    not be available
    in Flex 3.
    Please continue to log enhancement requests against the Flash
    Player here:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Maybe you are looking for

  • JSSE 1.0.2 : Unsupported keyword OID.2.5.4.5 (id-at-serialNumber)

    Hi, I am encountering the following exception when opening an SSL connection to an HTTPS web server (running apache + mod_ssl ) : java.io.IOException: unsupported keyword OID.2.5.4.5 at com.sun.net.ssl.internal.ssl.AVA.<init>([DashoPro-V1.2-120198])

  • How to activate video calling from account page?

    On a new computer Windows 8.1  can sign into my Skype for Desktop Account using skype name and password. Also have same email address as before.  Account page comes up but dont know how to activate Skype so I can video call.  Tried to instal Skype &

  • WRT54GS v4.0 wireless connection doesn't work... *Edit: Resolved*

    My Linksys WRT54gs v4 router will no longer conncect wirelessly to my laptop running Win XP. I tried making sure the name and everything matches in the Wireless Network Connections window. It shows up as linksys_SES_38313 but never connects. It just

  • White space between header and main content

    Hello all! I have a 25-27px white space between my header and main content. I read through fixes in the forum and took out any height that would effect this gap. I still can't get rid of this white space. Your help is greatly appreciated! Here's the

  • Progress bar in CS5

    I have an progress bar object that stoped working in CS5, it worked well in CS4. If I alert the string (str) in set_info it updates the palette, it updates fine. So it seems that i have to update the window some how. this.progress.layout.layout(true)