cancel
Showing results for 
Search instead for 
Did you mean: 

Converting InputStream to TransformationInput

former_member189354
Contributor
0 Kudos

Hi,

I want to test java mapping in PI 710 which extends AbstractTransformation how to pass an object of Type InputStream to TranformationInput. Appreciate for you response.

Thanks,

Rao Mallikarjuna

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

hi,

We can directly pass inputstream object to TranformationInput object.

Check this link,

[http://help.sap.com/javadocs/pi/SP3/xpi/com/sap/aii/mapping/api/AbstractTransformation.html|http://help.sap.com/javadocs/pi/SP3/xpi/com/sap/aii/mapping/api/AbstractTransformation.html]

We can also still use the old StreamTransformation interface for java mapping. But it is deprecated in PI 7.1.

Regards,

Praveen.

Edited by: Praveen Gujjeti on Nov 6, 2009 5:08 PM