When I am sending Transmit Shipment Request to canada Post Shipping Server then it is giving me warning message "postal-zip-code value is not a valid instance of type".
My Transmit Shipment Request XML is as follows :
<?xml version="1.0" encoding="UTF-8"?><transmit-set xmlnssi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.canadapost.ca/ws/manifest" ><group-ids><group-id>ACCOUNTGROUPID</group-id></group-ids><requested-shipping-point>MYREQUESTSHIPPINGPOINT</requested-shipping-point><detailed-manifests>true</detailed-manifests><method-of-payment>Account</method-of-payment><manifest-address><manifest-company>COMPANY</manifest-company><phone-number>123456</phone-number><address-details><address-line-1>PACIFIC COAST HWY</address-line-1><city>MALIBU</city><prov-state>CA(For California)</prov-state><postal-zip-code>90265</postal-zip-code></address-details></manifest-address></transmit-set>
Please help me out.
Thanks,