i loaded 1.0.5 .... this took care of the problem of getting past the error of invalid shipping methods ...but now we get

Error parsing XML; message from parser is: Error on line -1: Premature end of file.

and an xml output like this

<?xml version="1.0" encoding="UTF-8"?>
<merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="23412341234123412341234">
<shopping-cart>
<merchant-private-data>
<session-data>231412342234234123;zenid</session-data>
<product-data>;57</product-data>
<ip-address>xx.xx.xx.xx</ip-address>


</merchant-private-data>
<items>
<item>
<quantity>1</quantity>
<unit-price currency="USD">25.95</unit-price>
<item-name>6” Heat Resistant Cover</item-name>
<item-description></item-description>
<tax-table-selector>Taxable Goods</tax-table-selector>
</item>
</items>
</shopping-cart>
<buyer-id>xxxxxxxxxxxxxx</buyer-id>
<calculate>
<addresses>
<anonymous-address id="xxxxxxxxxxxxxxx">
<country-code>US</country-code>
<city>Atlanta</city>
<region>GA</region>
<postal-code>234234</postal-code>
</anonymous-address>
<anonymous-address id="xxxxxxxxxxxxxxxxxxx">
<country-code>US</country-code>
<city>Atlanta</city>
<region>GA</region>
<postal-code>234324</postal-code>
</anonymous-address>
</addresses>
<merchant-code-strings />
<tax>false</tax>
<shipping>
<method name="Table: Table Rate (vary by weight/price)" />
<method name="UPS: Next Day Air Early AM" />
<method name="UPS: Next Day Air Early AM Letter" />
<method name="UPS: Worldwide Expedited" />
</shipping>
</calculate>
<buyer-language>en_US</buyer-language>
</merchant-calculation-callback>

Any clues ? Much thanks