Need DANGEROUS GOODS Special Service Request Added

Issue #1 new
Travis Frans created an issue

Would like to be able to specify when we are shipping dangerous goods as seen in the RateService_v10.wsdl:

<pre> <xs:simpleType name="PackageSpecialServiceType"> <xs:annotation> <xs:documentation>Identifies the collection of special services offered by FedEx.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ALCOHOL"/> <xs:enumeration value="APPOINTMENT_DELIVERY"/> <xs:enumeration value="COD"/> <xs:enumeration value="DANGEROUS_GOODS"/> <xs:enumeration value="DRY_ICE"/> <xs:enumeration value="NON_STANDARD_CONTAINER"/> <xs:enumeration value="PRIORITY_ALERT"/> <xs:enumeration value="SIGNATURE_OPTION"/> </xs:restriction> </xs:simpleType> <xs:complexType name="PackageSpecialServicesRequested"> <xs:annotation> <xs:documentation>These special services are available at the package level for some or all service types. If the shipper is requesting a special service which requires additional data, the package special service type must be present in the specialServiceTypes collection, and the supporting detail must be provided in the appropriate sub-object below.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="SpecialServiceTypes" type="ns:PackageSpecialServiceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The types of all special services requested for the enclosing shipment or package.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CodDetail" type="ns:CodDetail" minOccurs="0"> <xs:annotation> <xs:documentation>For use with FedEx Ground services only; COD must be present in shipment's special services.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DangerousGoodsDetail" type="ns:DangerousGoodsDetail" minOccurs="0"> <xs:annotation> <xs:documentation>Descriptive data required for a FedEx shipment containing dangerous materials. This element is required when SpecialServiceType.DANGEROUS_GOODS or HAZARDOUS_MATERIAL is present in the SpecialServiceTypes collection.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DryIceWeight" type="ns:Weight" minOccurs="0"> <xs:annotation> <xs:documentation>Descriptive data required for a FedEx shipment containing dry ice. This element is required when SpecialServiceType.DRY_ICE is present in the SpecialServiceTypes collection.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SignatureOptionDetail" type="ns:SignatureOptionDetail" minOccurs="0"> <xs:annotation> <xs:documentation>The descriptive data required for FedEx signature services. This element is required when SpecialServiceType.SIGNATURE_OPTION is present in the SpecialServiceTypes collection.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PriorityAlertDetail" type="ns:PriorityAlertDetail" minOccurs="0"> <xs:annotation> <xs:documentation>To be filled.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </pre>

At present, we cannot specify this special feature using the Numinix FedEx Web Services plugin. We have to use FedEx's Ship Manager software to do so.

Comments (4)

  1. Log in to comment