Hi
I have a problem with JAX-RPC..
i have deployed a service like HelloIF and the configuration file is:
# This file is generated by xrpcc.
port0.tie=com.dsdata.sync.common.service.interfaces.SyncService_Tie
port0.servant=com.dsdata.sync.common.server.SyncServiceImpl
port0.name=SyncService
port0.wsdl.targetNamespace=
http://www.dsdata.com/wsdl
port0.wsdl.serviceName=SyncSrv
port0.wsdl.portName=SyncServicePort
portcount=1
but when i try to test the availability of the web service (from
http://localhost:8080/agenti/dsrpc) i have this message:
A Web Service is installed at this URL.
This endpoint is incorrectly configured. Please check the location and contents of the configuration file.
I don't have any wsdl at
http://www.dsdata.com/wsdl is this the problem???
the web.xml and the configuration file are in the right deployment directory.
Best regards,
Alberto Ferrari