Hi all,
I'm trying to deploy a .war file with some things, axis amongst it, to a
Jboss-4.0.5 server.
I have a WSDL file I'm writing webservice server for. The wsdl2java
generated some code, and now I'm trying to integrate and deploy it.
Thing is, when I deploy the app, I get no errors. I can see the list of
deployed services at the servlet address (the "And now... Some Services"
page). I see my service, but when I try to click the wsdl link, I get an
error "Could not generate WSDL! There is no SOAP service at this
location". In server logs I get a beatull AxisFault
{http://xml.apache.org/axis/}stackTrace:The AXIS engine could not find
a target service to invoke! targetService is null
It sees that something is deployed at that adress, because when I delete
the ?wsdl parameter I see familiar "this is an AXIS service" message,
and when I change name to something else I get standard "No service is
available at this URL.
I guess I'm missing something obvious, but I don't know what. Can
someone point me in the right direction? Or ask what required info I
haven't provided?
Torinthiel
- Problem deploying axis on jboss Wacław Schiller
-