 |
|
 |
Hi,
Used both this approach and the MSXML methods but still getting an error message return by the test server - https://wwwcie.ups.com/ups.app/xml/AV, also used
https://wwwcie.ups.com/ups.app/xml/AV and still same result.
Is there anything I missed?
Thanks,
Alex
|
|
|
|
 |
|
 |
UPS makes you provide xml samples even if you're going to be using the Street Level Address Validaion Key with a commerical product that is UPS ready.... annoying. This app makes is super easy to cut & paste the required XML responses! A
|
|
|
|
 |
|
 |
Hi Users,
When I run the set up , and entered some known USA address in Text Fields. I got the error
" Unable to connect to the remote server "
How this happens as I don't know what License Number is running in Demo Set Up.
Thanks.
|
|
|
|
 |
|
 |
In my case, I simply added this in web.config and worked.
<system.net>
<defaultProxy useDefaultCredentials="true" >
<proxy usesystemdefault="True" proxyaddress="http://Your proxy server:xxxx" bypassonlocal="True"/>
</defaultProxy>
</system.net>
|
|
|
|
 |
|
 |
Now I want to get the shipping method/way form ups by different zip code
But i do not know how to get the xml or what xml formart shuold i post?
Can you help me?
Thanks!
|
|
|
|
 |
|
 |
I want to programme Shipp ing calculator for Canada postal codes . i have already read this article . but it is used only for US zip codes or it takes only 5 digits for Zip code/Postal code and actually canada postal code takes 6 digits
http://www.4guysfromrolla.com/webtech/112200-1.shtml
can u please help me to fix this issue
|
|
|
|
 |
|
 |
Is it just me, or are you asking for the address field only to throw it away?
|
|
|
|
 |
|
 |
My thoughts exactly, and that is what I am having issues with!
|
|
|
|
 |
|
 |
I'm not sure you can validate the actual address, I think that's just for clarity. I have created a tool using some of this code, and serialized objects. Now that I have it working, I need to figure out what to do with it.
|
|
|
|
 |
|
 |
I came across Benz address validation sample with ASP.net in C# and thought this is a great piece.
I am a newbie in C# and VS2005, and is struggling along to experiment in code to interface with UPS Quantum View and really don't know where to begin.
I saw this article, and was able to download the samples and make it work after substituting my own UPS ID and access numbers.
UPS online tool only offers samples in Visual Basic and Java. The sample provided by Benz is really much simpler than the examples provided by UPS in VB.
I like to know how Benz come up with his C# and .net design to implement what he did here so that I can learn more.
Also do you have more technical information on the UPSAddrValidationSampleSetup file? This is also a great piece in how it sets up the IIS server on my Vista PC. In my other earlier effort, I spent lots of time just to troubleshoot (authentication and authorization) ASP.NET applications due to different versions of IIS such as IIS 5 running under XP, IIS 6 running on Windows 2003 server, and IIS 7 on my Vista.
Any thought to write a similiar article on the UPS Quantum View?
Again this is a very good sample.
RKY
RKY
|
|
|
|
 |
|
|
 |
|
 |
does any one have test accesslicense number??
0B7036BEDACB7048..i found this number in the help documents but geta error message invalid accesslicense number
|
|
|
|
 |
|
 |
I figured out the user account needs a 'Quantum view data' to access and subscribe to download the files or get the XML Response.
But my current account has only Quantum view manage access..how do i proceed??
Any ideas??
|
|
|
|
 |
|
 |
Your address valivation code is great.
And you are right, there seems to be little available for C# or .Net. It would be nice if they merely added WSDL support.
Question... Have you had any experience with the UPS Online Shipping Tool? Sometime over the next few months I have to see if I can integrate it into our supply system to automatically send addresses to UPS and to retrieve the UPS Tracking Code from UPS.
Thanks.
Gfw
|
|
|
|
 |
|
 |
-----Not realted to article, it's about message above----
The problem is that you can not print postage with those APIs.
I would recomend endicia.com or stamps.com (i use endicia because of ease of automation) to print labels. It costs on $16 a month.
|
|
|
|
 |
|
 |
Printing postage isn't something that I have to do - the application from UPS does that part. We merely need to share information between the two programs.
|
|
|
|
 |
|
 |
Yes, I am experienced with the UPS Online Shipping Tool.
To integrate with UPS shipping, you have to get ups access key and verify your ups account with their ups staff.
Then you will get the ups shipping document from them.
The ups online shipping tool will return print label, price and tracking number if we make a correct request.
To use the real ups online shipping, you also have to get a certifycate from them too.
Thanks
|
|
|
|
 |
|
 |
I have all of that set up and I have the docs from UPS - I just need to take the time to read them and figure out how to process the transaction and get the tracking code back.
|
|
|
|
 |