iam facing problem when iam sending REQUEST XML following
iam using RateV2 API of USPS which is in ofbiz:-
i get all the credentials from usps.and now iam doing testing....
iam using testserver url is:-
http://testing.shippingapis.com/ShippingAPITest.dll:-
<RateV2Request PASSWORD="082DE36OB87" USERID="105NICHE2581">
<Package ID="1ST">
<Service>Express</Service>
<ZipOrigination>38017</ZipOrigination>
<ZipDestination>94710</ZipDestination>
<Pounds>5</Pounds><Ounces>0</Ounces>
<Size>REGULAR</Size>
<Machinable>False</Machinable>
</Package>
</RateV2Request>
the error return form usps server is:-Please enter a valid ZIP Code for the sender.
but i enter perfactly valid zip code.......
where is the error in request XML.....i don't know...plz tell me as soon as possible...
THANKS
(AMIT RAWAT)