Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » BPEL Designer » XML output of BPEL generation.(why does it look like <activities xsi:type="bpws:Receive"> instead of <"bpws:Receive/>?)
XML output of BPEL generation. [message #658199] Mon, 07 March 2011 11:47 Go to next message
Kamrad  is currently offline Kamrad Friend
Messages: 3
Registered: March 2011
Junior Member
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!
Re: XML output of BPEL generation. [message #658244 is a reply to message #658199] Mon, 07 March 2011 14:58 Go to previous message
Robert Brodt is currently offline Robert BrodtFriend
Messages: 811
Registered: August 2010
Location: Colorado Springs, CO
Senior Member

Hi Kamrad,

Please have a look at my reply to your other topic:
http://www.eclipse.org/forums/index.php?t=rview&goto=658 169&th=175677#msg_658169


Cheers!
Bob
Previous Topic:BPEL Installation
Next Topic:"element" attribute for OnEvent elements
Goto Forum:
  


Current Time: Fri Apr 26 19:42:45 GMT 2024

Powered by FUDForum. Page generated in 0.03001 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top