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

From
Ugo Corda <>
Date
2004-03-15T21:18:55+00:00
ID
Thread
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
> 
>