OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Schema invalid WSDL definitions in Spec Examples


Hi,

 

In the process of making sure that indeed our examples were Schema valid in regards to latest WS-I, I noticed the following problems listed below.

 

Should I open an issue or can we just fold this in as part of the BPEL spec editing?

 

1) Section 16.1 (shipping example):

 

-        Remove extraneous '>' in '<plink:role name="shippingServiceCustomer" >'

-        Add missing NSs:

 

xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"

      xmlns:xsd="http://www.w3.org/2001/XMLSchema"   

      xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

      xmlns="http://schemas.xmlsoap.org/wsdl/"

      xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"

 

-        Replace Windows smart quotes by regular quotes in xmlns:ship attribute and schema targetNamespace attribute

-        Replace prefix 'tns' for 'sns' in propertyAlias elements

 

2) Section 16.2 (loan approval):

 

-        Replace Windows smart quotes by regular quotes in xmlns:ens attribute

-        Add quotes in xmlns:lns attribute

-        Fix XML comment: from <! -- import schemas -- > to <!-- import schemas -->

-        Add missing NSs:

 

xmlns:xsd="http://www.w3.org/2001/XMLSchema"

      xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"

 

3) Section 16.3 (auction service):

 

-        Add missing NSs:

 

xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"

      xmlns:xsd="http://www.w3.org/2001/XMLSchema"   

      xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

 

-        Replace QName for NCName in partnerLinkType:

from '<plnk:partnerLinkType name="tns:sellerAuctionHouseLT">' to '<plnk:partnerLinkType name="sellerAuctionHouseLT">'

 

Rgds,

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]