[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: creating a top down web service with eclipse

Hi Massimo,

Without trying the tutorial I don't know the exact reason it fails with 
Axis2 however Axis2 and Axis are completely different code bases (Axis2 is 
a complete rewrite) so it doesn't surprise me that the instructions should 
change in this case.

Lawrence

>Hi Lawrence,
>just to let you know... I tried with Axis 1.4 (instead of Axis2 1.3 as 
>done in the previous days) and it works!
>BTW, I still do not understand what is missing for Axis2 that is not for 
>Axis.
>
>Cheers,
>-Massimo.
>
>
>lmandel@xxxxxxxxxx wrote:
>> Hi Massimo,
>> 
>> Are you using WTP 2.0? WTP v1.1.1 is not a valid release number. (Note 
>> that plug-in version numbers no longer correspond to WTP version 
numbers.)
>> 
>> WRT to your error, I'm just taking a stab in the dark based on the 
stack 
>> and a quick Google search, do you have an interface defined with no 
>> corresponding binding? Do you have existing classes defined that cannot 
be 
>> overridden by the service generator?
>> 
>> Lawrence
>> 
>>> Hi,
>>>
>>> as for some of you, I am trying to create a first web service from a 
>>> ..wsdl definition.
>>> I am following "the top down web services" tutorial.
>>> At generation time, the wizard give me the error reported below. I am 
>>> using Apache Tomcat v6.0,
>>> Axis2 v1.3, Eclispe Europa v3.3.1, WTP v1.1.1, and Java 5. Do you have 

>>> experienced a similar problem
>>> before? Some suggestion to solve it?
>>>
>>> Thank all in advance,
>>> -Massimo.