Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Java Embedding Activity - Getting and Setting values

156854May 22 2008 — edited May 30 2008
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2008
Added on May 22 2008
7 comments
2,249 views