Hi All,
I have executed the sample code for java api.
GoogleBaseEntry asInserted = service.insert(url, entry);
URL myEntryId = new URL(asInserted.getId());
System.out.println("id==="+myEntryId);
I can execute the code with out any errors and i got myEntryId value
like this.
id===http://www.google.com/base/feeds/items/18055127617975689073.
From this can i think that my product is inserted into google base?
Is there any way to confirm this?
I posted two threads in this group previously but i did not get any
reply for them. Hope i will get reply for this