I'm having trouble publishing my 1st service. I suspect a setup issue,
but I could easily be wrong.
I want to add web services to my existing web application. I've
copiled all the required JAR files into the right places, I think;
happyaxis.jsp is, well, happy. ;-) I've also added the entries that I
think I need into my web.xml.
If I don't include my service in my server-config.wsdd, I can look at
AxisServlet and see the default services. I can call them., too, and I
see correct responses. But If I add my service to server-config.wsdd
as so:
<service name="CompanyServices" provider="java:RPC">
<parameter name="className"
value="uk.co.trisystems.morph.soap.company.CompanyServices"/>
<parameter name="allowedMethods" value="createCompany"/>
<parameter name="scope" value="application"/>
</service>
I get a java.lang.NoClassDefFoundError in my error list on startup,
and AxisServlet shows no services being available at all. The service
class, uk.co.trisystems.morph.soap.company.CompanyServices, certainly
exists. Any pointers?
--
Cheers,
Simon B,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/