XML output of BPEL generation. [message #658199] |
Mon, 07 March 2011 06:47  |
Eclipse User |
|
|
|
Hi! I've wrote simple snippet to generate BPEL code - create process, add sequence and couple of blank elements. Here is what I've got in output.
<?xml version="1.0" encoding="UTF-8"?>
<bpws:Process xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable" name="FirstBPEL">
<activity xsi:type="bpws:Sequence" name="MainSequence">
<activities xsi:type="bpws:Receive" operation="http://localhost#Operation{}qname:operation_name"/>
<activities xsi:type="bpws:Invoke" operation="http://localhost#Operation{}qname:operation_name"/>
<activities xsi:type="bpws:If"/>
<activities xsi:type="bpws:While"/>
</activity>
</bpws:Process>
I quite new to this stuff, and can not understand what kind of structure is it <activities xsi:type="bpws:ElementName"/>? Is it valid and under what conditions? And how to get just <bpws:ElementName/> instead? Thanks a lot!
|
|
|
|
Powered by
FUDForum. Page generated in 0.04293 seconds