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: Issue - 239 - Proposal to vote


Description:

WSDL definitions in specification examples are not W3C Schema-valid.

Submitter's proposal:

Fixing WSDL definitions so that they are schema valid. Verified using schema at location: http://schemas.xmlsoap.org/wsdl/2004-08-24.xsd

  1. Section 16.1 (shipping example):
    • Remove extraneous '>' in '<plink:role name="shippingServiceCustomer" >'
    • Add missing NSs attributes:
o                           xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"
o                           xmlns:xsd="http://www.w3.org/2001/XMLSchema"    
o                           xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/" 
o                           xmlns="http://schemas.xmlsoap.org/wsdl/"
o                           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
  1. 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 attributes:
o                           xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
o                           xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"
  1. Section 16.3 (auction service):
    • Add missing NSs attributes:
o                           xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"
o                           xmlns:xsd="http://www.w3.org/2001/XMLSchema"    
o                           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">'

 

--------------------------------------------------------------------- To unsubscribe from this mail list, you must leave the OASIS TC that generates this mail. You may a link to this group and all your TCs in OASIS at: https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php


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