You are asking a Google Checkout question. If you want to get faster feedback, try asking it on the Checkout user-group: http://groups.google.com/group/google-checkout-developers-forum
Alex On Tue, Mar 31, 2009 at 6:41 PM, JustRan <[email protected]> wrote: > > Hi, > > From March 19, I could not get the inputstream or error stream from > the HTTP calls for google checkout. > > The URL I called is: > https://checkout.google.com/api/checkout/v2/request/Merchant > > The sandbox URL is: > https://sandbox.google.com/checkout/api/checkout/v2/request/Merchant > > And I checked in the account center, Google received my calls, but the > responses are all empty. Does anyone know the reason? Thanks. > > > > My code: > > > > …… > > if (responseCode == HttpURLConnection.HTTP_OK) > > { > > inputStream = ((HttpURLConnection) > connection).getInputStream(); > > } else > > { > > inputStream = ((HttpURLConnection) > connection).getErrorStream(); > > } > > …… > > Best regards > > > > -- Alex Dovlecel, Google Switzerland GmbH Company Identifikationsnummer: CH-020.4.028.116-1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
