Using Java Embedding Activity - Getting and Setting values
156854May 22 2008 — edited May 30 2008Hi
I have situation to use the Java Embedding Activity and using this I have get the value of a element and need to assign this value to other element.
I am pasting the my xsd down
<schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
targetNamespace="http://xmlns.oracle.com/ExecuteJavaProgram"
xmlns="http://www.w3.org/2001/XMLSchema">
<element name="ExecuteJavaProgramProcessRequest">
<complexType>
<sequence>
<element name="input" type="string"/>
</sequence>
</complexType>
</element>
<element name="ExecuteJavaProgramProcessResponse">
<complexType>
<sequence>
<element name="result" type="string"/>
</sequence>
</complexType>
</element>
</schema>
--------------------------------------------------------------------------
For to explain the situation, I just created a sample process.
In above situation I will get the value in "input" element and I need to assign this value to "result" element.
I can do this using Assign activity but as I explained In one of my EDI process I have use Java Embed Activity.
Could somebody help me how to do this.
Regards
Kiran