Re: [Axis2] adb client in pojo example receives "Unexpected subelement" error

2007-01-29 Thread Nilesh Ghorpade
Hi,
  
  Are you generating the code using the Helper option?
  
  If yes then the Helper option code generation is not updated as the one 
without the helper option. 
  
  Regards
  
  Niles

htang27 <[EMAIL PROTECTED]> wrote:  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]



 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Axis2] adb client in pojo example receives "Unexpected subelement" error

2007-01-29 Thread htang27
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]