First RESTful service (POST Method) sends data to the other one. Second RESTful service uses POST to insert the received data to the DataBase. When I try to send an XML or JSON, I get 404 error. Seams like first rest service doesn't see the other one.
REST services were made in JDeveloper and imported to the OSB.
I am not sure if its even possible to use 2 RESTful services on the same OSB to work with each other.
Can anyone tell me what should I check?