<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: LINQ to UPS to Calculate Shipping Rates</title>
	<atom:link href="http://www.kevinlewisblog.com/rewrite.phplinq/linq-to-ups-to-calculate-shipping-rates/feed/?linq/linq-to-ups-to-calculate-shipping-rates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/</link>
	<description>All about CODE - VB.net, ASP.net, SQL Server, and everything in between</description>
	<lastBuildDate>Thu, 10 Sep 2009 14:28:50 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sandrar</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-24</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-24</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.kevinlewisblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick lunt</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-18</link>
		<dc:creator>rick lunt</dc:creator>
		<pubDate>Mon, 20 Oct 2008 21:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-18</guid>
		<description>This is the best I seen. Thanks.

Having some declaration issue I hope you could help me with.

VS 2008, &#039;DataContext&#039; and &#039;Of Linq.ShippingMethod&#039;

The &#039;Of Linq.ShippingMethod&#039; refers to the definition within the function which I have never seen but the compiler does not like it.

Thanks for this an any help you can offer</description>
		<content:encoded><![CDATA[<p>This is the best I seen. Thanks.</p>
<p>Having some declaration issue I hope you could help me with.</p>
<p>VS 2008, &#8216;DataContext&#8217; and &#8216;Of Linq.ShippingMethod&#8217;</p>
<p>The &#8216;Of Linq.ShippingMethod&#8217; refers to the definition within the function which I have never seen but the compiler does not like it.</p>
<p>Thanks for this an any help you can offer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lindall</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-17</link>
		<dc:creator>Lindall</dc:creator>
		<pubDate>Thu, 04 Sep 2008 20:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-17</guid>
		<description>This is good I will give it a try if I can&#039;t resolve 
the rate.wsdl That I am using that returns an error message of  &quot;System.Web.Services.Protocols.SoapException: An exception has been raised as a result of client data. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at RateWSs.RateService.ProcessRate(RateRequest RateRequest)&quot;
the following is my code could you critic it.

Thank YOu
   protected void wsdlRate()
    {
        // ...................Rate
        // shipment: To From Shipper Service Pkge  serviceOpt  RatingOpt pickupType CustomerClass  docOnly

        RateWSs.RateService rateSrv = new RateService();
        RateWSs.RateRequest rateReq = new RateRequest();
        RateWSs.UPSSecurity rateSecurity = new RateWSs.UPSSecurity();
        RateWSs.UPSSecurityServiceAccessToken rateToken = new RateWSs.UPSSecurityServiceAccessToken();
        rateToken.AccessLicenseNumber = &quot;EC2E1C5E4DE23E76&quot;; // &quot;5C297F2C8EC005BC&quot;;  //EC2E1C5E4DE23E76
        // 5C297F2C8EC005BC 4C2965A228334480
        rateSecurity.ServiceAccessToken = rateToken;
        RateWSs.UPSSecurityUsernameToken usrToken = new RateWSs.UPSSecurityUsernameToken();
        usrToken.Username = &quot;MONGFORD&quot;; 
        usrToken.Password = &quot;wprups&quot;;
        rateSecurity.UsernameToken = usrToken;
        rateSrv.UPSSecurityValue = rateSecurity;

        
      
        RateWSs.RequestType request = new RateWSs.RequestType();

        String[] requestOpt = { &quot;Rate&quot; };   // here ***   //rate or shop

        request.RequestOption = requestOpt;
       // request.TransactionReference = new RateWSs.TransactionReferenceType();
       // request.TransactionReference.CustomerContext = &quot;reqID customer name &quot;;

        rateReq.Request = request;

        //  rateReq.Request;   rateReq.PickupType;  rateReq.Shipment;  rateReq.CustomerClassification(opt)

      //  rateReq.PickupType = new RateWSs.CodeDescriptionType();
      //  rateReq.PickupType.Code = &quot;03&quot;;  //one time pickup
      //  rateReq.CustomerClassification = new RateWSs.CodeDescriptionType();
     //   rateReq.CustomerClassification.Code = &quot;04&quot;;   // 04retail 01wholesale


        RateWSs.ShipmentType shipmt = new RateWSs.ShipmentType();

        //rateReq.Shipment = shipmt;
        string[] addrSt = { &quot;16767 Heyden&quot; };
        string[] addrSt2 = new string[1]; addrSt2[0] = &quot;1700 Fairland Drive&quot;;

        RateWSs.ShipFromType shipFrm = new RateWSs.ShipFromType();


       shipFrm.Address = new RateWSs.AddressType();
       shipFrm.Address.AddressLine = addrSt;   // here ***
       shipFrm.Address.City = &quot;Detroit&quot;;
       shipFrm.Address.CountryCode = &quot;US&quot;;
       shipFrm.Address.PostalCode = &quot;48219&quot;;
       shipFrm.Address.StateProvinceCode = &quot;MI&quot;;
       
       shipmt.ShipFrom = shipFrm;


        shipmt.ShipTo = new RateWSs.ShipToType();
        shipmt.ShipTo.Address = new RateWSs.ShipToAddressType();
        shipmt.ShipTo.Address.AddressLine = addrSt;
        shipmt.ShipTo.Address.City = &quot;Detroit&quot;;
        shipmt.ShipTo.Address.CountryCode = &quot;US&quot;;
        shipmt.ShipTo.Address.PostalCode = &quot;48219&quot;;
        shipmt.ShipTo.Address.StateProvinceCode = &quot;MI&quot;;

        // shipmt.Shipper = shipmt.ShipTo;
        shipmt.Shipper = new RateWSs.ShipperType();
        shipmt.Shipper.Address = new RateWSs.AddressType();

        //shipmt.Shipper.Address.AddressLine = new string[2];
        // shipmt.Shipper.Address.AddressLine[0] = &quot;&quot;;
        // shipmt.Shipper.Address.AddressLine[1] = &quot;&quot;;
        shipmt.Shipper.Address.AddressLine = addrSt2;
        shipmt.Shipper.Address.City = &quot;Allen Park&quot;;
        shipmt.Shipper.Address.CountryCode = &quot;US&quot;;
        shipmt.Shipper.Address.PostalCode = &quot;48101&quot;;
        shipmt.Shipper.Address.StateProvinceCode = &quot;MI&quot;;

        shipmt.Service = new RateWSs.CodeDescriptionType();
        shipmt.Service.Code = &quot;03&quot;; // Ground;    14 or 01:next dayAir  tbd
        shipmt.Service.Description = &quot;Ground &quot;; // tbd or next day air
        //shipmtDocumentsOnlyIndicator = &quot;true&quot;; shipment include only doucments

        RateWSs.PackageType[] pkgTyp = new RateWSs.PackageType[1];   //tbd   loop
        pkgTyp[0] = new RateWSs.PackageType();
        pkgTyp[0].PackagingType = new RateWSs.CodeDescriptionType();
        pkgTyp[0].PackagingType.Code = &quot;04&quot;;   //letter   tbd 01Letter, 02CustPkg, 03Tube, 04PAC, 21UPSexpressBox, 
        pkgTyp[0].Dimensions = new RateWSs.DimensionsType();
        pkgTyp[0].Dimensions.UnitOfMeasurement = new RateWSs.CodeDescriptionType();
        pkgTyp[0].Dimensions.UnitOfMeasurement.Code = &quot;IN&quot;; // CM
        pkgTyp[0].Dimensions.Height = &quot;36&quot;;    //tbd
        pkgTyp[0].Dimensions.Width = &quot;48&quot;;
        pkgTyp[0].Dimensions.Length = &quot;36&quot;;

        RateWSs.PackageWeightType pkgWt = new RateWSs.PackageWeightType();    //tbd package weight
        pkgWt.UnitOfMeasurement = new RateWSs.CodeDescriptionType();
        pkgWt.UnitOfMeasurement.Code = &quot;LBS&quot;;   // KGS

        pkgTyp[0].PackageWeight = pkgWt;

        //RateWSs.ShipmentServiceOptionsType servOpt = new RateWSs.ShipmentServiceOptionsType()
        //servOpt.COD        shipmt.ShipmentServiceOptions = serOpt;
        //  shipmt.ShipmentRatingOptions
        //  rateReq.PickupType    //codedescriptiontype
        //  rateReq.CustomerClassification  //codedesctype
        shipmt.Package = pkgTyp; //   here ***

     //   RateWSs.ShipmentRatingOptionsType ratingOpt = new RateWSs.ShipmentRatingOptionsType();
     //   ratingOpt.NegotiatedRatesIndicator = upsAcct;

        // ---------------------------------------------------------
     //   shipmt.ShipmentRatingOptions = ratingOpt;
        rateReq.Shipment = shipmt; // mong added here.


        try
        { 
            RateWSs.RateResponse rateResp =  rateSrv.ProcessRate(rateReq,sss );

           // HttpUtility.HtmlEncode(rateResp).Replace(&quot;&lt;&quot;, &quot;&lt;&quot;).Replace(&quot;&lt;/&quot;, &quot;&lt;/&quot;);
            //ConfigurationManager.AppSettings[&quot;AccessLicenseNumber&quot;],


            rateResp.Response.ResponseStatus.ToString();
            lblTest.Text = &quot;&quot;;
            lblTest.Text = rateResp.Response.ResponseStatus.Code.ToString() + rateResp.Response.ResponseStatus.Description.ToString() + &quot;Lindell5&quot;;

       }
       catch (Exception ex)
       {
            //Response.Write(ex.ToString());
            //Response.Write(ex.Message);
           if (lblTest.Text == &quot;&quot;) { lblTest.Text = &quot;!!! response did not take !!!&quot; + ex.ToString() + &quot;  Lindell6&quot;; }
        }

        //  RateService rateService = new App1.RateReference.RateService();
  
        
    }</description>
		<content:encoded><![CDATA[<p>This is good I will give it a try if I can&#8217;t resolve<br />
the rate.wsdl That I am using that returns an error message of  &#8220;System.Web.Services.Protocols.SoapException: An exception has been raised as a result of client data. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at RateWSs.RateService.ProcessRate(RateRequest RateRequest)&#8221;<br />
the following is my code could you critic it.</p>
<p>Thank YOu<br />
   protected void wsdlRate()<br />
    {<br />
        // &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.Rate<br />
        // shipment: To From Shipper Service Pkge  serviceOpt  RatingOpt pickupType CustomerClass  docOnly</p>
<p>        RateWSs.RateService rateSrv = new RateService();<br />
        RateWSs.RateRequest rateReq = new RateRequest();<br />
        RateWSs.UPSSecurity rateSecurity = new RateWSs.UPSSecurity();<br />
        RateWSs.UPSSecurityServiceAccessToken rateToken = new RateWSs.UPSSecurityServiceAccessToken();<br />
        rateToken.AccessLicenseNumber = &#8220;EC2E1C5E4DE23E76&#8243;; // &#8220;5C297F2C8EC005BC&#8221;;  //EC2E1C5E4DE23E76<br />
        // 5C297F2C8EC005BC 4C2965A228334480<br />
        rateSecurity.ServiceAccessToken = rateToken;<br />
        RateWSs.UPSSecurityUsernameToken usrToken = new RateWSs.UPSSecurityUsernameToken();<br />
        usrToken.Username = &#8220;MONGFORD&#8221;;<br />
        usrToken.Password = &#8220;wprups&#8221;;<br />
        rateSecurity.UsernameToken = usrToken;<br />
        rateSrv.UPSSecurityValue = rateSecurity;</p>
<p>        RateWSs.RequestType request = new RateWSs.RequestType();</p>
<p>        String[] requestOpt = { &#8220;Rate&#8221; };   // here ***   //rate or shop</p>
<p>        request.RequestOption = requestOpt;<br />
       // request.TransactionReference = new RateWSs.TransactionReferenceType();<br />
       // request.TransactionReference.CustomerContext = &#8220;reqID customer name &#8220;;</p>
<p>        rateReq.Request = request;</p>
<p>        //  rateReq.Request;   rateReq.PickupType;  rateReq.Shipment;  rateReq.CustomerClassification(opt)</p>
<p>      //  rateReq.PickupType = new RateWSs.CodeDescriptionType();<br />
      //  rateReq.PickupType.Code = &#8220;03&#8243;;  //one time pickup<br />
      //  rateReq.CustomerClassification = new RateWSs.CodeDescriptionType();<br />
     //   rateReq.CustomerClassification.Code = &#8220;04&#8243;;   // 04retail 01wholesale</p>
<p>        RateWSs.ShipmentType shipmt = new RateWSs.ShipmentType();</p>
<p>        //rateReq.Shipment = shipmt;<br />
        string[] addrSt = { &#8220;16767 Heyden&#8221; };<br />
        string[] addrSt2 = new string[1]; addrSt2[0] = &#8220;1700 Fairland Drive&#8221;;</p>
<p>        RateWSs.ShipFromType shipFrm = new RateWSs.ShipFromType();</p>
<p>       shipFrm.Address = new RateWSs.AddressType();<br />
       shipFrm.Address.AddressLine = addrSt;   // here ***<br />
       shipFrm.Address.City = &#8220;Detroit&#8221;;<br />
       shipFrm.Address.CountryCode = &#8220;US&#8221;;<br />
       shipFrm.Address.PostalCode = &#8220;48219&#8243;;<br />
       shipFrm.Address.StateProvinceCode = &#8220;MI&#8221;;</p>
<p>       shipmt.ShipFrom = shipFrm;</p>
<p>        shipmt.ShipTo = new RateWSs.ShipToType();<br />
        shipmt.ShipTo.Address = new RateWSs.ShipToAddressType();<br />
        shipmt.ShipTo.Address.AddressLine = addrSt;<br />
        shipmt.ShipTo.Address.City = &#8220;Detroit&#8221;;<br />
        shipmt.ShipTo.Address.CountryCode = &#8220;US&#8221;;<br />
        shipmt.ShipTo.Address.PostalCode = &#8220;48219&#8243;;<br />
        shipmt.ShipTo.Address.StateProvinceCode = &#8220;MI&#8221;;</p>
<p>        // shipmt.Shipper = shipmt.ShipTo;<br />
        shipmt.Shipper = new RateWSs.ShipperType();<br />
        shipmt.Shipper.Address = new RateWSs.AddressType();</p>
<p>        //shipmt.Shipper.Address.AddressLine = new string[2];<br />
        // shipmt.Shipper.Address.AddressLine[0] = &#8220;&#8221;;<br />
        // shipmt.Shipper.Address.AddressLine[1] = &#8220;&#8221;;<br />
        shipmt.Shipper.Address.AddressLine = addrSt2;<br />
        shipmt.Shipper.Address.City = &#8220;Allen Park&#8221;;<br />
        shipmt.Shipper.Address.CountryCode = &#8220;US&#8221;;<br />
        shipmt.Shipper.Address.PostalCode = &#8220;48101&#8243;;<br />
        shipmt.Shipper.Address.StateProvinceCode = &#8220;MI&#8221;;</p>
<p>        shipmt.Service = new RateWSs.CodeDescriptionType();<br />
        shipmt.Service.Code = &#8220;03&#8243;; // Ground;    14 or 01:next dayAir  tbd<br />
        shipmt.Service.Description = &#8220;Ground &#8220;; // tbd or next day air<br />
        //shipmtDocumentsOnlyIndicator = &#8220;true&#8221;; shipment include only doucments</p>
<p>        RateWSs.PackageType[] pkgTyp = new RateWSs.PackageType[1];   //tbd   loop<br />
        pkgTyp[0] = new RateWSs.PackageType();<br />
        pkgTyp[0].PackagingType = new RateWSs.CodeDescriptionType();<br />
        pkgTyp[0].PackagingType.Code = &#8220;04&#8243;;   //letter   tbd 01Letter, 02CustPkg, 03Tube, 04PAC, 21UPSexpressBox,<br />
        pkgTyp[0].Dimensions = new RateWSs.DimensionsType();<br />
        pkgTyp[0].Dimensions.UnitOfMeasurement = new RateWSs.CodeDescriptionType();<br />
        pkgTyp[0].Dimensions.UnitOfMeasurement.Code = &#8220;IN&#8221;; // CM<br />
        pkgTyp[0].Dimensions.Height = &#8220;36&#8243;;    //tbd<br />
        pkgTyp[0].Dimensions.Width = &#8220;48&#8243;;<br />
        pkgTyp[0].Dimensions.Length = &#8220;36&#8243;;</p>
<p>        RateWSs.PackageWeightType pkgWt = new RateWSs.PackageWeightType();    //tbd package weight<br />
        pkgWt.UnitOfMeasurement = new RateWSs.CodeDescriptionType();<br />
        pkgWt.UnitOfMeasurement.Code = &#8220;LBS&#8221;;   // KGS</p>
<p>        pkgTyp[0].PackageWeight = pkgWt;</p>
<p>        //RateWSs.ShipmentServiceOptionsType servOpt = new RateWSs.ShipmentServiceOptionsType()<br />
        //servOpt.COD        shipmt.ShipmentServiceOptions = serOpt;<br />
        //  shipmt.ShipmentRatingOptions<br />
        //  rateReq.PickupType    //codedescriptiontype<br />
        //  rateReq.CustomerClassification  //codedesctype<br />
        shipmt.Package = pkgTyp; //   here ***</p>
<p>     //   RateWSs.ShipmentRatingOptionsType ratingOpt = new RateWSs.ShipmentRatingOptionsType();<br />
     //   ratingOpt.NegotiatedRatesIndicator = upsAcct;</p>
<p>        // &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
     //   shipmt.ShipmentRatingOptions = ratingOpt;<br />
        rateReq.Shipment = shipmt; // mong added here.</p>
<p>        try<br />
        {<br />
            RateWSs.RateResponse rateResp =  rateSrv.ProcessRate(rateReq,sss );</p>
<p>           // HttpUtility.HtmlEncode(rateResp).Replace(&#8221;&lt;&#8221;, &#8220;&lt;&#8221;).Replace(&#8221;&lt;/&#8221;, &#8220;&lt;/&#8221;);<br />
            //ConfigurationManager.AppSettings["AccessLicenseNumber"],</p>
<p>            rateResp.Response.ResponseStatus.ToString();<br />
            lblTest.Text = &#8220;&#8221;;<br />
            lblTest.Text = rateResp.Response.ResponseStatus.Code.ToString() + rateResp.Response.ResponseStatus.Description.ToString() + &#8220;Lindell5&#8243;;</p>
<p>       }<br />
       catch (Exception ex)<br />
       {<br />
            //Response.Write(ex.ToString());<br />
            //Response.Write(ex.Message);<br />
           if (lblTest.Text == &#8220;&#8221;) { lblTest.Text = &#8220;!!! response did not take !!!&#8221; + ex.ToString() + &#8221;  Lindell6&#8243;; }<br />
        }</p>
<p>        //  RateService rateService = new App1.RateReference.RateService();</p>
<p>    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-14</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-14</guid>
		<description>I&#039;m a little new to ling, can show the code where your defining Linq.ShippingMethod

thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m a little new to ling, can show the code where your defining Linq.ShippingMethod</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smithveg</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-13</link>
		<dc:creator>Smithveg</dc:creator>
		<pubDate>Wed, 06 Aug 2008 16:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-13</guid>
		<description>I&#039;m using UPS xml to calculate the shipping cost for United State, from Virginia 24112, and Ground UPS Shipping.

In my testing, i try to input the Hawaii zipcode. It show me the shipping charges in the result page, in fact, Ground UPS should not allow to send item from Virginia to Hawaii. Any ideas what is happening to UPS XML?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using UPS xml to calculate the shipping cost for United State, from Virginia 24112, and Ground UPS Shipping.</p>
<p>In my testing, i try to input the Hawaii zipcode. It show me the shipping charges in the result page, in fact, Ground UPS should not allow to send item from Virginia to Hawaii. Any ideas what is happening to UPS XML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-11</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Fri, 25 Jul 2008 19:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-11</guid>
		<description>do you have code to do the address validation through UPS?

Thanks
Rick Rosenhagen</description>
		<content:encoded><![CDATA[<p>do you have code to do the address validation through UPS?</p>
<p>Thanks<br />
Rick Rosenhagen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selva</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-10</link>
		<dc:creator>Selva</dc:creator>
		<pubDate>Tue, 08 Jul 2008 06:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-10</guid>
		<description>Hi,

Could you please any one send me the code of &quot;HOW TO INTEGRATE UPS SHIPPING RATE into my SITE USING ASP, ACCESS DATABASE&quot;. 

Your reply is highly appreciated.

Regards
Selva</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you please any one send me the code of &#8220;HOW TO INTEGRATE UPS SHIPPING RATE into my SITE USING ASP, ACCESS DATABASE&#8221;. </p>
<p>Your reply is highly appreciated.</p>
<p>Regards<br />
Selva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-7</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 27 Jun 2008 16:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-7</guid>
		<description>Hi Kevin, I can almost understand this. Thank you!

What I now would like to know is how to generate UPS shipping labels using ASP.NET.</description>
		<content:encoded><![CDATA[<p>Hi Kevin, I can almost understand this. Thank you!</p>
<p>What I now would like to know is how to generate UPS shipping labels using ASP.NET.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-6</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-6</guid>
		<description>Ajay, This service is simply used to calculate the rates (or price) for shipping that particular package. So there is no need to inform UPS of more than one package. You can simply multiply your first result by 2 to get the cost for both packages.</description>
		<content:encoded><![CDATA[<p>Ajay, This service is simply used to calculate the rates (or price) for shipping that particular package. So there is no need to inform UPS of more than one package. You can simply multiply your first result by 2 to get the cost for both packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Bhardwaj</title>
		<link>http://www.kevinlewisblog.com/linq/linq-to-ups-to-calculate-shipping-rates/comment-page-1/#comment-5</link>
		<dc:creator>Ajay Bhardwaj</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinlewisblog.com/?p=7#comment-5</guid>
		<description>How to inform UPS in case of more then one package of same weight.</description>
		<content:encoded><![CDATA[<p>How to inform UPS in case of more then one package of same weight.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
