DecipherMiddleware

Handling XML response with or without namespace in Postman

Categories: Postman
Tags: JSON XML
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
Tags: FTP OSB
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
Tags: MOCK REST JSON
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

Remove Empty tags using XSLT

Categories: Oracle
While performing xslt transform on source XML, we may need not to include empty tags in the output xml payload.....

Format String oraext:format-string

Categories: Oracle
Format string using oraext:format-string() in XSLT.