Skip to Main Content

Integration

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!

HTTP 404 Not Found calling REST from OSB using HTTPS

2752915Sep 16 2014 — edited Sep 22 2014

Hello,

I am doing one of my first projects with OSB. Sorry if my knowledge or way of expressing is not correct.

I am trying to call a REST web service from OSB 10.3.6 using POST. Everything works good if define the URI in the web service as http://hostname/api/product/create. When I change it to https://hostname/api/product/create I am getting a 404 Not Found as HTTP response from the server.

- Business Service is defined as Messaging Service, Text and using HTTP as protocol

- I have added the certificate (CRT file) as trusted to the keystore

- I have set the verifier as weblogic.security.utils.SSLWLSWildcardHostnameVerifier so it accepts the wildchar certificate I am using

I am positive that the message is built properly since I created a fake service and it is sending it perfectly.

If the same message is sent via HTTP it works.

If I use the Test Console with HTTPS the business service works also.

If I use Fiddler straight it also works (both HTTP and HTTPS)

I am a bit lost, even understanding what could be possibly going on.

Any help would be highly appreciated.

Thanks for your time

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2014
Added on Sep 16 2014
8 comments
5,424 views