RE: XsImport-1G
"Jonathan Marsh" <[email protected]>
| Newsgroups | gmane.comp.web.services.description |
|---|---|
| Message-ID | <000b01c73df7$66528910$d901640a@DELLICIOUS> |
I'll fix it. This doesn't affect the interchange results, as it's a schema-to-schema reference beneath the notice of WSDL. I checked elsewhere for similar violations but didn't immediately find any. Jonathan Marsh - <http://www.wso2.com> http://www.wso2.com - <http://auburnmarshes.spaces.live.com> http://auburnmarshes.spaces.live.com _____ From: John Kaputin (gmail) [mailto:[email protected]] Sent: Saturday, January 20, 2007 6:33 AM To: Youenn Fablet Cc: Jonathan Marsh; www-ws-desc Subject: Re: XsImport-1G Yes, I agree. Prefix the values with "xs:". John. On 1/19/07, Youenn Fablet <[email protected]> wrote: I noticed that the CVS version of XsImport-1G/reservation.wsdl is still invalid. The schema part of it is using references to "string", "date", the default namespace being the wsdl namespace. We could fix this by changing these values to "xs:string", "xs:date". That is what I have done to generate results in the past. John, do you agree with this change? Jonathan, if that is ok, can you update this file? Regards, Youenn P.S.: Here is the part that may need the fix: <xs:schema targetNamespace="http://greath.example.com/2004/schemas/reservationItems "> <xs:element name="confirmationNumber" type="*string*" /><!-- change this to xs:string --> <xs:element name="checkInDate" type="*date*" /> <xs:element name="checkOutDate" type="*date*" /> <xs:element name="roomType" type="*string*" /> <xs:element name="smoking" type="*boolean*" /> </xs:schema>