Using REST APIs to manage Connections in OIC
Categories:
Oracle
OIC provides various REST APIs to fetch connection details, update connection properties and delete connections.
[OSB 12c][Tutorial] OSB 12c SOAP webservice for temperature conversion i.e. Celsius to Fahrenheit and vice versa
Categories:
Oracle
This tutorial is intended for the audience who are completely new to OSB and want to try a simple hello world kind of application.
Handling XML response with or without namespace in Postman
Categories:
Postman
While testing an XML response in postman, we need to convert XML data to JSON in order to traverse child nodes of an XML document. XML documents can be with/without namespaces...
FTP Polling using FTP JCA adapter in OSB 12c
Categories:
Oracle
We can poll files at regular intervals from a remote **ftp/sftp** server location using Oracle JCA adapter for FTP , with help of GET operation...
A brief about time in milliseconds and conversion to a human-readable form
Categories:
Others
Many a time, we come across situations wherein we need to convert the timestamp available(a human-readable form of date-time representation) into milliseconds(long number representation of date-time) or vice-versa.
Create Delimited String from XML Nodes and Vice Versa in SOA 12c
Categories:
Oracle
A delimited string is a string representation of data separated by a delimiter(e.g. ",").
Import and Export MDS artifacts in SOA 12c
Categories:
Oracle
Oracle SOA-MDS (Metadata Store) repository can be used to access artifacts that can be shared among various SOA composites. For example, we have one common schema for a business fault that is consumed by various applications...
Read file inside BPEL using Xpath function
Categories:
Oracle
Read file inside BPEL using Xpath function
Mock a REST Service using SOAPUI with JSON response
Categories:
SOAPUI
Sometimes, backend service is not ready to receive requests and we may want to mock the service. In such cases we have sample request and response but integration cannot be tested unless we actually hit the service. Mocking the services is a good option to continue and progress.
XML to String and String to XML conversion
Categories:
Oracle
XML - String conversion using built in functions in SOA 12c/OSB 12c/OIC