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