Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: REPOST:

From: "Joe Fawcett" <joefawcett@---------.------>
To: NULL
Date: 12/8/2006 8:33:00 AM

<teddysnips@h...> wrote in message 
news:1165508559.375594.143560@j......
>
> Joe Fawcett wrote:
> [...]
>> XmlIgnore and Obsolete are two very different attributes, the former says 
>> do
>> not include this property in XML serialisation, the latter is marking the
>> property as obsolete.
>> Sound to me like the WSDL schema has payment type down as an enumeration 
>> or
>> the like with 0 an invalid choice.
>> Can you show the schema?
>
> Here's part of it: it's 3,100 lines long or I'd post the lot!
>


The payment order type is defined below:
<s:simpleType name="OrderPaymentType">
        <s:restriction base="s:string">
          <s:enumeration value="None" />
          <s:enumeration value="DataCash" />
          <s:enumeration value="ManualCash" />
          <s:enumeration value="ManualCheque" />
          <s:enumeration value="CreditCard" />
        </s:restriction>
      </s:simpleType>

So 0 is not a valid option, looks like it should be the string None.

-- 

Joe Fawcett (MVP - XML)
http://joe.fawcett.name




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent