English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i need to know how to write the code for ups integration to send and receive the data in php with xml

2006-09-08 17:41:09 · 4 answers · asked by saravanan b 1 in Computers & Internet Software

4 answers

First, you need to register with UPS and get a developer key...

2006-09-11 05:59:52 · answer #1 · answered by NC 7 · 0 0

first of all, i'm mainly a self taught programmer. I discovered early on to take grievance of my code writing habit as meant ... gaining expertise of. I artwork with very well knowledgeable people. a number of them with 2 PhD's. Their coding has been worse than mine after I first began programming some 20 years in the past. it is in countless languages that determination from straightforward, COBOL, FORTRAN, and the comprehensive gamut as a lot as Hypertext Preprocessor, HTML, CSS, XML, etc. i imagine that various programmers write their code questioning that "this code i'm writing now will not be touched as quickly by using the undeniable fact that's operating precise". they're regrettably incorrect. when you're doing code for sophistication, it will be checked for readability and simplicity of interpreting. In different words coding criteria, kind of like we were examined for our favourite writing skills in our before college years. As you know, spacing (both horizontal and vertical) makes code a lot more desirable readable and more desirable uncomplicated to stumble on means mistakes. in spite of everything, this C code: if(!comprehensive) { printf("I basically did somethingn"); x = x + a million; } else { printf("I basically did a thoroughly diverse ingredient because I couldn"); y = y + x; } is a lot harder to ascertain than: if ( ! comprehensive ) {    printf("I basically did somethingn");    x++; } else {    printf("I basically did a thoroughly diverse ingredient because I couldn");    y += x; }

2016-11-25 21:38:05 · answer #2 · answered by ? 4 · 0 0

As mentioned by earlier poster, you need to register with UPS and get a developer key. You do that at http://www.ups.com/content/us/en/bussol/offering/technology/automated_shipping/online_tools.html
You will then have access to the necessary technical documents and support from UPS.

2006-09-12 06:38:14 · answer #3 · answered by J 2 · 0 0

I had to write that code for perl and got back horrible mime garbage... I think they cleaned it up by now...

you should just have to do a httprequest (put on your ajax hat) and run thru the resultant xml... I bet they do soap too! even easier!

2006-09-10 12:49:47 · answer #4 · answered by jake cigar™ is retired 7 · 0 0

fedest.com, questions and answers