Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Compression doesn't work for OSB business service

Hussain AkbarJun 9 2022

In all my OSB services, I notice that compression doesn't seem to work when working with business services.
I have JDeveloper 12.2.1.4 with integrated WebLogic and service bus on my development system. In the business service, I added check mark to "Support Compression" which enables the "Request Compression Algorithm" drop down. According to https://docs.oracle.com/en/middleware/soa-suite/service-bus/12.2.1.3/develop/using-http-and-poller-transports.html#GUID-E79C6BB4-B1AF-4541-A5EC-EF2A805B16DB this should add the Accept-Encoding header to the REST request.
image.png
However, checking on the external server as well as looking at HTTP traffic using Wireshark, this header is not being added.
image.pngAny ideas on what to do?

Comments

843807
Hello!

I think the problem is that the "thisObject.class" file is not downloaded with the applet. try the "archive= " option in the <Applet > tag to download the related class files.

I hope thid will help u. Best of Luck.

Ahmad Jamal.
1 - 1

Post Details

Added on Jun 9 2022
0 comments
332 views