27 December 2012 16:41
To: [email protected]<mailto:[email protected]>
Subject: Re: Exposed methods with a number of input parameters
To fix this problem you need to use '-g' option when you compile, in other
words you need to compile with debug on.
Deepal
Hi,
A
Ah ok thanks!
From: Deepal jayasinghe [mailto:[email protected]]
Sent: 27 December 2012 16:45
To: [email protected]
Subject: Re: Exposed methods with a number of input parameters
I know, I was talking about your service. When you compile your java class you
need to turn on the debug info
7 December 2012 16:41
> *To:* [email protected]
> *Subject:* Re: Exposed methods with a number of input parameters
>
>
>
> To fix this problem you need to use '-g' option when you compile, in
> other words you need to compile with debug on.
>
> Deep
I should have said this is for an auto generated wsdl and not one I generated
with java2wsdl.
From: Deepal jayasinghe [mailto:[email protected]]
Sent: 27 December 2012 16:41
To: [email protected]
Subject: Re: Exposed methods with a number of input parameters
To fix this problem you need
To fix this problem you need to use '-g' option when you compile, in
other words you need to compile with debug on.
Deepal
>
> Hi,
>
>
>
> A couple of the legacy methods I have ported to Axis 2 take individual
> input parameters instead of an object and when I look at the wsdl none
> of the para