RE: [wsbpel-implement] The uploaded loan approval example

From
Kristofer Agren <>
Date
2004-03-15T23:21:12+00:00
ID
Thread
RE: [wsbpel-implement] The uploaded loan approval example
Another question about the validity of the loan approval BPEL; the loan
approval example makes a number of called to bpws:getVariableData, but the
prefix "bpws" is not mapped to any namespace. 

I have not found a definite answer to this in the specification, where it is
simply stated that the prefix is "bpws" is associated with the BPEL
namespace (section 9.1), but it is not mentioned whether this is an
assumption that applies to all BPEL files (without having to do an
xmlns:bpws="...") or just to the examples in the specification. I would like
to think that any namespace prefix should be properly defined before used,
even those that are used to refer to extension functions?

Kristofer

-----Original Message-----
From: Ugo Corda [mailto:] 
Sent: Monday, March 15, 2004 4:33 PM
To: Kristofer Agren; bpel implementation
Subject: RE: [wsbpel-implement] The uploaded loan approval example

I agree. The Partner Link Type Schema specifies
elementFormDeafult="qualified", so all the local names must be
qualified. The syntax specified in BPEL sec. 7.1 is also quite clear.

Ugo

> -----Original Message-----
> From: Kristofer Agren [mailto:] 
> Sent: Monday, March 15, 2004 12:50 PM
> To: 'bpel implementation'
> Subject: [wsbpel-implement] The uploaded loan approval example
> 
> 
> 
> There appears to be an error in the loanapproval.wsdl and 
> loanapprovalBound.wsdl files; the <portType> element under 
> <plnk:role> is not in the partner link namespace:
> 
>   <plnk:role name="assessor">
>     <portType name="asns:riskAssessmentPT"/>
>   </plnk:role>   
> 
> Maybe I am missing something, but it should it not be:
> 
>   <plnk:role name="assessor">
>     <plnk:portType name="asns:riskAssessmentPT"/>
>   </plnk:role>   
> 
> Regards,
> 
> Kristofer
> 
>