Hello, I am trying to register a service to the message router using the ServiceManagerClient, but I get the followig error:
C:\WebServices>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/messagerouter deploy test\deploy.xml Ouch, the call failed: Fault Code = SOAP-ENV:Server Fault String = Exception while handling service request: org.apache.soap.server.ServiceManager.deploy(org.apache.soap.Envelope,org.ap ache.soap.rpc.SOAPContext,org.apache.soap.rpc.SOAPContext) -- no signature match I tried to see if I am getting this error just when deploying the service, but I am getting the same error when I just try to list the services C:\WebServices>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/messagerouter list Ouch, the call failed: Fault Code = SOAP-ENV:Server Fault String = Exception while handling service request: org.apache.soap.server.ServiceManager.list(org.apache.soap.Envelope,org.apac he.soap.rpc.SOAPContext,org.apache.soap.rpc.SOAPContext) -- no signature match Any help/info??? AJ.
