Hello,
I'm doing some overdue school work in which I must use AXIS1 on
Tomcat using NetBeans 5, for which I found a nice
PDF. It explains how to do simple WS on the above combo and it worked for me. But, in my project, things aren't as smooth.
I have couple of beans in org.foi.dkarlovi.bean (User, Weather, WeatherFilter, Portfolio) and an interface org.foi.dkarlovi.service.server.PrognosticarInterface:
What I'm trying to do is run java2wsdl on my interface, run wsdl2java on the generated WSDL and write the implementation. When running java2wsdl I get those "Please register beanmapping/typemapping for 'org.foi.dkarlovi.bean.*'", I've found that some sort of beanmapping must be done (guess it goes in the
Ant task), but where does it go and how? The
article I've found puts it to deploy.wsdd, but I get that after running java2wsdl (which gives me errors in the first place) and wsdl2java. I know I'm missing something, but am going slightly mad.
TIA
build.xml: