I had to modify AddressBookADBClient because setParam0 is not available
in the generated service stub.
//addEntry.setParam0(entry);
addEntry.setEntry(entry);
//findEntry.setParam0("Abby Cadabby");
findEntry.setName("Abby Cadabby");
When executed, it received "java.lang.RuntimeException: Unexpected
subelement city", does anyone have any idea why?
Thanks
____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]