You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by m....@tiscali.it on 2006/01/02 18:26:30 UTC

axis2 and unkown class

hi,
i tried to use Code Generator Wizard from eclipse (and i think using wsdl2java
is the same) to produce java stub code from axis2 example InteropTest.wsdl
Some classes were produced but i got some errore in for exmple in Axis2SampleDocLitPortTypeMessageReceiver.java
Axis2SampleDocLitPortTypeStub.java
 
In fact  org.apache.axis2.description.OperationDescription and  org.apache.axis2.description.ServiceDescription
 are  not defined in axis2-0.93.jar

Must i use previous version?

_________________________________________________________________
TISCALI ADSL Web&Mail
Solo con Tiscali Adsl navighi e telefoni senza canone Telecom a partire da
14,95 Euro/mese. Attivala subito!
Per te 500 MB inclusi per navigare, inviare e ricevere messaggi e-mail, foto
ed mp3.
http://abbonati.tiscali.it/adsl/sa/2wam_tc/




Re: axis2 and unkown class

Posted by Ajith Ranabahu <aj...@gmail.com>.
Hi,
The code generator eclipse plugin was not updated for the 0.93 release and
the code it generates will only be compatible for the .92 release.
If you need code generated for the latest source (release) please use the
command line tool


On 1/2/06, m.depe@tiscali.it <m....@tiscali.it> wrote:
>
> hi,
> i tried to use Code Generator Wizard from eclipse (and i think using
> wsdl2java
> is the same) to produce java stub code from axis2 example InteropTest.wsdl
> Some classes were produced but i got some errore in for exmple in
> Axis2SampleDocLitPortTypeMessageReceiver.java
> Axis2SampleDocLitPortTypeStub.java
>
> In fact  org.apache.axis2.description.OperationDescription and
> org.apache.axis2.description.ServiceDescription
> are  not defined in axis2-0.93.jar
>
> Must i use previous version?
>
> _________________________________________________________________
> TISCALI ADSL Web&Mail
> Solo con Tiscali Adsl navighi e telefoni senza canone Telecom a partire da
> 14,95 Euro/mese. Attivala subito!
> Per te 500 MB inclusi per navigare, inviare e ricevere messaggi e-mail,
> foto
> ed mp3.
> http://abbonati.tiscali.it/adsl/sa/2wam_tc/
>
>
>
>


--
Ajith Ranabahu