Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Web Service gen problems...
Web Service gen problems... [message #158677] Wed, 01 February 2006 08:53 Go to next message
Eclipse UserFriend
Originally posted by: mattx.nospam.com

I have been struggling with generating a web service with eclipse for days.
I wrote a simple class like the following:

public class Tester {
public Tester(){}
public void MyMethod(){}
}

and used the wizard to gen a web service. I have tomcat 55 on the machine
and configured. (running webapps no problem). I also have 5.0 in case that
matters.
Anyway I go thru the wizard and tell it to generate everything in a bottom
up manner. And it just runs for a while before telling me it can't analyze
the bean. That's it.

Seems like this must be a very basic problem but i simply have no idea. I
am very familiar with generating webservices using ant tasks.

Any help would be appreciated...
Re: Web Service gen problems... [message #159003 is a reply to message #158677] Sat, 04 February 2006 01:40 Go to previous message
Eclipse UserFriend
Originally posted by: jazeltine.sbcglobal.net

"mattx" <mattx@nospam.com> wrote in news:drqege$u2g$1@utils.eclipse.org:

> I have been struggling with generating a web service with eclipse for
> days. I wrote a simple class like the following:
>
> public class Tester {
> public Tester(){}
> public void MyMethod(){}
> }
>
> and used the wizard to gen a web service. I have tomcat 55 on the
> machine and configured. (running webapps no problem). I also have
> 5.0 in case that matters.
> Anyway I go thru the wizard and tell it to generate everything in a
> bottom up manner. And it just runs for a while before telling me it
> can't analyze the bean. That's it.
>
> Seems like this must be a very basic problem but i simply have no
> idea. I am very familiar with generating webservices using ant tasks.
>
> Any help would be appreciated...
>
>
>

It is having trouble analyzing your bean because it isn't a bean! You
need to add at least one get and set method to your class in order to
make it happy.

Jim
Previous Topic:How to find out version of wtp installed
Next Topic:Need help!
Goto Forum:
  


Current Time: Fri Mar 21 20:30:38 EDT 2025

Powered by FUDForum. Page generated in 0.05583 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top