Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>As far as I can see from the schema definition, ItemType is not a valid child element of the RateRequest element. This will probably cause the error.</p> <pre><code>&lt;xs:element name="RateRequest"&gt; &lt;xs:complexType&gt; &lt;xs:sequence&gt; &lt;xs:element ref="OriginZip"/&gt; &lt;xs:element ref="DestinationZip"/&gt; &lt;xs:element name="CustNmbr" minOccurs="0"&gt; &lt;xs:complexType&gt; &lt;xs:simpleContent&gt; &lt;xs:extension base="xs:positiveInteger"&gt; &lt;xs:attribute name="shipcode" type="ShipCodeType" use="optional" default="S"/&gt; &lt;/xs:extension&gt; &lt;/xs:simpleContent&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; &lt;xs:element ref="ChargeCode" minOccurs="0"/&gt; &lt;xs:element name="DiscountRate" type="xs:decimal" minOccurs="0"/&gt; &lt;xs:element name="EffectiveDate" type="DateMMDDYYType" minOccurs="0"/&gt; &lt;xs:element name="Item" maxOccurs="4"&gt; &lt;xs:complexType&gt; &lt;xs:sequence&gt; &lt;xs:element ref="CmdtyClass"/&gt; &lt;xs:element name="Weight" type="WeightWithUnitType"/&gt; &lt;/xs:sequence&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; &lt;xs:element name="Accessorial" type="RatingAccessorialCodeType" minOccurs="0" maxOccurs="7"/&gt; &lt;xs:element ref="TotalCubeVolume" minOccurs="0"/&gt; &lt;xs:element ref="SIC" minOccurs="0"/&gt; &lt;/xs:sequence&gt; &lt;xs:attribute name="schemaVersion" type="SchemaVersionType"/&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; </code></pre> <p>I've looked up the suggested usage of the RateRequest xml on the conway site, and it seems the ItemType complex-type can't be used in any way in the request. The Item elements can however refer to a (pre-)defined item using the CmdtyClass type reference. This CmdtyClass type is also used in the ItemType complex-type when an item is being defined.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload