Hi!

I´ve problems to deploy my Web Services. I´m using AXIS 1.1, Tomcat 4.0.4 (can´t use another version of tomcat, because i´ve to develop WS for an existing project) and JAVA 1.4.1 (i have to use this version) under Linux. I´m able to install AXIS without any problems, the happyaxis-JSP works fine, no errors.

I´ve created a WS (WEB-INF/classes in the AXIS-Directory in Tomcat) and a WSDD-File:

<deployment
        xmlns="http://xml.apache.org/axis/wsdd/";
        xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>

        <service name="AttachmentService" provider="java:RPC">
                <parameter name="allowedMethods" value="*"/>
                <parameter name="className" value="myservices.AttachmentService"/>
        </service>
</deployment>

I can deploy it with "java org.apache.axis.client.AdminClient myservices/AttachmentService.wsdd".
==>
Processing file myservices/AttachmentService.wsdd
<Admin>Done processing</Admin>


The Service-Part of my WSDD-File is now included in the server-config.wsdd.... BUT: When i try to get the list of deployed services (http://localhost:8080/axis/servlet/AxisServlet), i can only see the title "And now... Some Services". Nothing more!! No Services and no WSDL-Files are listed!

I´ve made a backup of the original server-config.wsdd file (/WEB-INF/server-config.wsdd). When i replace the changed file with the original and restart tomcat, the existing standard-services (AdminService and Version) are listet correctly. I even tried to add the lines (<services...>) manually, but it didn´t work!

I can still get the WSDL-Description of the Services AdminService and Version (http://localhost:8080/axis/services/Version?wsdl), but not the Description of my new WS! ... very strange: i don´t even get an AXIS-Error (http://localhost:8080/axis/services/AttachmentService?wsdl).... only a blank page. When i change the URL to ...AttachmentService2?wsdl for example, i´m getting an Error (AXIS error, Could not generate WSDL!, There is no SOAP service at this location), like i should.

I tested it with other different new WS, the problem remains the same.

Why doesn´t it work?

Thanks,
A.L.

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus




Reply via email to