Business service called in another service, Use of business service
Business service is used to connect with the external system, its is used to connect with the target system. Scenario :- Create an OSB service in which you call another service(for Ex Hello world service). Solution:- Create an OSB project double click on In the proxy service layer, right-click on the layer then Choose Insert Transport---> Choose HTTP Click on next choose the wsdl , click on Create a Wsdl Here you need to create a wsdl from previous HelloWorld xsd and choose Interface type as Synchronous Interface, now select input payload and output payload like that only you need to choose output payload Click on next then finish, a window appears like Right-click one external services layer than Insert Protocal--->HTTP--->Click one next Rename business service you can select messaging service or Wsdl in request and response payload select from previous Helloworld.xsd as you selected previously. Business service is created like wire up with...