This repository includes the following two projects:
- CustomESBProject project.- REST Service virtualization
- EmailSBproject project.- SOAP Service virtualization to send emails
- Oracle JDeveloper 12c
- Oracle WebLogic 12c
- REST and SOAP web services: https://github.com/alexjcm/web-services-with-jdeveloper
First clone this repository:
git clone https://github.com/alexjcm/osb-application.git
Then open the application from JDeveloper click on the File > Open menu and open the *.jws
file of the newly cloned repository.
To deploy the application from JDeveloper click Application > Deploy menu.
http://localhost:7101/EmailSBProject/EmailPS?WSDL
- In the Project Browser open the project containing the WSDL file you want to export.
- Open the folder containing the proxy or business service whose WSDL file you want to export.
- Right-click on the proxy or business service whose WSDL file you want to export and then click Export WSDL.
- Unzip the generated .jar file to view the exported WSDL.