Tuesday, August 14, 2012

Status Report from Service Execution in Sterling Integrator

<input message="Xin">
<assign to="." from="*"></assign>
<assign to="." from="Status_Rpt('Report')"></assign>
</input>

DOMToDoc can also be used in conjunction with the Status_Rpt function to write the information to a document instead of process data.
    

Monday, July 30, 2012

Installing IBM Sterling B2B Integrator on Windows 7

Needs to be updated matrix.properties with the value for Windows 7 as 7 and for Windows XP as XP and go for silent installation. Avoid using InstallWizard you should be good. It worked perfectly on my Windows 7 PC. 

Friday, April 20, 2012

opencsv - Flat File Parser

I was looking for a open source flat file parser in java and found opencsv http://opencsv.sourceforge.net/. A very clean and easy to use java utility. Would recommend this for any one who looking for flat file parser.

Passing Primary Document to Child Business Process

Using the below assign statement we can pass PrimayDocument and other required value from process data to chaild business process which is going to be executed in Async,

<assign to="message_to_child" from="PrimaryDocument | /ProcessData/Xpath1/text() | /ProcessData/Xpath2/text()"/>

<operation>
    Invoke Business process in Async mode from here.
</operation>

Saturday, April 14, 2012

Well Said

Was browsing twitter and found the Powerful lines,

Great minds discuss ideas.
Average minds discuss events.
Small minds discuss people.

Sent from my iPhone