Skip to Main Content

Oracle Forms

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Webutil sign jacob.jar

Youcef KazarMar 22 2021

i installed Webutil for forms 12c following the steps of this link
Oracle Forms and Reports Services 12c Configuration Notes (0 Bytes)and this video https://www.youtube.com/watch?v=o9Iy4kkUg-U
but after i launch my application using jnlp file i get this problem.
Screenshot_2.png

This post has been answered by Michael Ferrante-Oracle on Mar 23 2021
Jump to Answer

Comments

957742

Hi Arindam,

Foremost the application server should be configured/ enabled on SSL port. If the application server is enabled to use on SSL port, then by default you can access your webservice endpoint on HTTP/HTTPS ports.

You can also restrict the service consumers accessing the service on HTTP port by using @Policy annotation in your JAX WS web service and attach the 'HTTPS' token policy. Hope the below links will be helpful for you.

http://docs.oracle.com/cd/E12839_01/web.1111/e13713/transport.htm#WSSOV246        ( Example 3-1 )

https://docs.oracle.com/cd/E21764_01/web.1111/e13713/message.htm#WSSOV268

User_2E0J1

Thanks. These documents talk about SOA 11g. Does the same apply to 10g as well? I am working on SOA 10.1.3.4.

Regards,

Arindam

957742

Hi Arindam,

The links provided applies for 10g as well. I believe you are working on Java web services and it holds good for 10g too.

1 - 3

Post Details

Added on Mar 22 2021
3 comments
1,492 views