Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-14 Thread Bing Li
B > >> > > >> > On Mon, Mar 14, 2011 at 10:02 PM, wrote: > >> >> > >> >> Well, I'm not expert at all. The exception is in the server side, > >> >> right? > >> >> Can you share the wsdd? > &g

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-14 Thread Andreas Veithen
gt; with so many underlying techniques. >> > >> > Thanks, >> > LB >> > >> > On Mon, Mar 14, 2011 at 10:02 PM, wrote: >> >> >> >> Well, I'm not expert at all. The exception is in the server side, >> >> right? >>

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-14 Thread Bing Li
> > On Mon, Mar 14, 2011 at 10:02 PM, wrote: > >> > >> Well, I'm not expert at all. The exception is in the server side, right? > >> Can you share the wsdd? > >> > >> Sent via BlackBerry from T-Mobile > >> > >> ____

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-14 Thread Andreas Veithen
_ >> From: Bing Li >> Date: Mon, 14 Mar 2011 21:48:14 +0800 >> To: JOSE L MARTINEZ-AVIAL >> ReplyTo: [email protected] >> Cc: >> Subject: Re: NoSuchMethodError: ... (LJava/lang/String) >> Dear Jose, >> >> I didn't use W

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-14 Thread Bing Li
Mon, 14 Mar 2011 21:48:14 +0800 > *To: *JOSE L MARTINEZ-AVIAL > *ReplyTo: * [email protected] > *Cc: * > *Subject: *Re: NoSuchMethodError: ... (LJava/lang/String) > > Dear Jose, > > I didn't use WSDL to generate any stud code. What I am currently using is > POJO

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-14 Thread jlmagc
chricht ist vertraulich. Sollten Sie nicht der vorgesehene >>>> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte >>>> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht >>>> dient lediglich dem Austa

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-14 Thread Bing Li
ich. Sollten Sie nicht der vorgesehene >>>> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte >>>> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht >>>> dient lediglich dem Austausch von Informationen und entfal

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-14 Thread JOSE L MARTINEZ-AVIAL
t;>> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von >>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. >>> >>> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le >>> destinataire prévu, nous te demandons avec bonté que pour satisfaire >

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread Bing Li
. Si vous n'êtes pas le >> destinataire prévu, nous te demandons avec bonté que pour satisfaire >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie >> de ceci est interdite. Ce message sert à l'information seulement et n'aura >

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread Bing Li
pie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le

RE: NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread Martin Gainty
a pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Mon, 14 Mar 2011 04:16:07 +0800 Subject: Re: NoSuchMethodError: ... (LJava/

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread Bing Li
Dear Andreas, Thanks so much for your reply! Could you please tell me how to solve the problem? Thanks, LB On Mon, Mar 14, 2011 at 3:41 AM, Andreas Veithen wrote: > No, "Ljava/lang/String;" is the type descriptor used by the JVM to > represent java.lang.String. The type descriptor for String[]

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread Bing Li
Jose, I changed the parameter from String to String[]. However it got the same exception. The only different thing is that Ljava/lang/String to [Ljava/lang/String. I really don't understand what's going on! Could you tell me how to solve it? Thanks, LB On Mon, Mar 14, 2011 at 3:51 AM, Bing Li w

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread Bing Li
Jose I appreciate so much for your help! You mean I should change the parameter of the local method from String to String[]? I will take a try. Thanks, LB On Mon, Mar 14, 2011 at 3:31 AM, JOSE L MARTINEZ-AVIAL wrote: > I think it is trying to invoke a method with a String[] attribute, not > si

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread Andreas Veithen
No, "Ljava/lang/String;" is the type descriptor used by the JVM to represent java.lang.String. The type descriptor for String[] would be "[Ljava/lang/String;". Andreas On Sun, Mar 13, 2011 at 20:31, JOSE L MARTINEZ-AVIAL wrote: > I think it is trying to invoke a method with a String[] attribute,

Re: NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread JOSE L MARTINEZ-AVIAL
I think it is trying to invoke a method with a String[] attribute, not simply a String. 2011/3/13 Bing Li > Dear all, > > I am a new Axis2 user. Today I got a weird exception when calling a Web > service. > > This Web service is deployed on Tomcat/Axis2. I need to transmit an object > (parameter

NoSuchMethodError: ... (LJava/lang/String)

2011-03-13 Thread Bing Li
Dear all, I am a new Axis2 user. Today I got a weird exception when calling a Web service. This Web service is deployed on Tomcat/Axis2. I need to transmit an object (parameter) to it. The object contains a String attribute. The object is received correctly. However, when calling a local method o