Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » BPEL Designer » BPEL namespace
BPEL namespace [message #5461] Wed, 16 August 2006 10:10 Go to next message
brujito is currently offline brujitoFriend
Messages: 6
Registered: July 2009
Junior Member
Hi,

I have another question about BPEL parser. As I've noticed parser
produces almost empty Process object if bpws namespace is
"http://schemas.xmlsoap.org/ws/2003/03/business-process/", e.g. process
doesn't have variables and so on. If I change namespace to
"http://schemas.xmlsoap.org/ws/2004/03/business-process/" parsing goes well.
As I know correct namespace is
"http://schemas.xmlsoap.org/ws/2003/03/business-process/". Could you give me
a hint?

--
Rykovanov Dmitri
Re: BPEL namespace [message #5468 is a reply to message #5461] Wed, 16 August 2006 14:52 Go to previous messageGo to next message
Bill Murray is currently offline Bill MurrayFriend
Messages: 2
Registered: July 2009
Junior Member
I have also seen this issue...
If I understand correctly, the "2003" schema is for bpel 1.1, and the "2004"
is for BPEL 2.0.
The eclipse designer is only for 2.0, thus I think it stops when it sees the
1.1 namespace.
Others can correct me if I am wrong.....
-BIll Murray
"Rykovanov Dmitrii" <drykovan@abisoft.spb.ru> wrote in message
news:ebuqv1$dec$1@utils.eclipse.org...
> Hi,
>
> I have another question about BPEL parser. As I've noticed parser
> produces almost empty Process object if bpws namespace is
> "http://schemas.xmlsoap.org/ws/2003/03/business-process/", e.g. process
> doesn't have variables and so on. If I change namespace to
> "http://schemas.xmlsoap.org/ws/2004/03/business-process/" parsing goes
> well.
> As I know correct namespace is
> "http://schemas.xmlsoap.org/ws/2003/03/business-process/". Could you give
> me
> a hint?
>
> --
> Rykovanov Dmitri
>
>
Re: BPEL namespace [message #5510 is a reply to message #5468] Mon, 21 August 2006 17:54 Go to previous messageGo to next message
James Moody is currently offline James MoodyFriend
Messages: 61
Registered: July 2009
Member
Bill Murray wrote:
> I have also seen this issue...
> If I understand correctly, the "2003" schema is for bpel 1.1, and the "2004"
> is for BPEL 2.0.
> The eclipse designer is only for 2.0, thus I think it stops when it sees the
> 1.1 namespace.
> Others can correct me if I am wrong.....
> -BIll Murray
> "Rykovanov Dmitrii" <drykovan@abisoft.spb.ru> wrote in message
> news:ebuqv1$dec$1@utils.eclipse.org...
>> Hi,
>>
>> I have another question about BPEL parser. As I've noticed parser
>> produces almost empty Process object if bpws namespace is
>> "http://schemas.xmlsoap.org/ws/2003/03/business-process/", e.g. process
>> doesn't have variables and so on. If I change namespace to
>> "http://schemas.xmlsoap.org/ws/2004/03/business-process/" parsing goes
>> well.
>> As I know correct namespace is
>> "http://schemas.xmlsoap.org/ws/2003/03/business-process/". Could you give
>> me
>> a hint?
>>
>> --
>> Rykovanov Dmitri
>>
>>
>
>

A bit of history:
"http://schemas.xmlsoap.org/ws/2003/03/business-process/" was the
namespace from BPEL 1.0.
"http://schemas.xmlsoap.org/ws/2004/03/business-process/" was the
namespace from BPEL 1.1.

The model will only support BPEL 2.0 files (i.e. no backwards
compatibility) by design. The file you're trying to load is undoubtedly
a BPEL 1.0 file.

If OASIS changes the namespace before they finalize the 2.0 spec (e.g.
change "2004" to "2006" or whatever), then we'll use this new namespace
immediately.

james
Re: BPEL namespace [message #5514 is a reply to message #5510] Tue, 22 August 2006 07:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mars.abcsolution.co.kr

James Moody wrote:
>
> A bit of history:
> "http://schemas.xmlsoap.org/ws/2003/03/business-process/" was the
> namespace from BPEL 1.0.
> "http://schemas.xmlsoap.org/ws/2004/03/business-process/" was the
> namespace from BPEL 1.1.
>

But they return 404 error code when I open the 2004 namespace url. Is it
normal that they don't have a real schema for 2004 namespace? I just wonder
what's going on as a newbie here.

BTW would you tell me where I can reference the BPEL 2.0 standard candidate
or draft or whatever?
Re: BPEL namespace [message #5515 is a reply to message #5514] Tue, 22 August 2006 14:05 Go to previous message
James Moody is currently offline James MoodyFriend
Messages: 61
Registered: July 2009
Member
??? /Yi Dong-ryon/ wrote:
> James Moody wrote:
>> A bit of history:
>> "http://schemas.xmlsoap.org/ws/2003/03/business-process/" was the
>> namespace from BPEL 1.0.
>> "http://schemas.xmlsoap.org/ws/2004/03/business-process/" was the
>> namespace from BPEL 1.1.
>>
>
> But they return 404 error code when I open the 2004 namespace url. Is it
> normal that they don't have a real schema for 2004 namespace? I just wonder
> what's going on as a newbie here.
>
> BTW would you tell me where I can reference the BPEL 2.0 standard candidate
> or draft or whatever?

The idea with namespaces is that it's just a namespace - it doesn't have
to correspond to a file on the world wide web. It's just a name.

The BPEL 2.0 work is going on on the OASIS web site - you can find a
link here:

http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=w sbpel

If you click on "Documents", then you can find their most recent draft
versions.

Hope this helps!

james
Previous Topic:Co-lead announcement
Next Topic:example not working
Goto Forum:
  


Current Time: Thu Mar 28 11:22:12 GMT 2024

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

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

Back to the top