Hi, I have two services deployed in Axis 1.2.1 but can only get the auto-generated wsdl for one of them. For both services, if I go to the url
http://mydomain.com/myservice/services/ManagerApp or http://mydomain.com/myservice/services/ClientApp I receive the page that says "AppName" Hi there, this is an AXIS service! Perhaps there will be a form for invoking the service here... But if I append "?wsdl" to the urls, I only get the wsdl for the manager service. For client service I get the following: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - Unable to find WSDL file or resource myservice.wsdl AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: Unable to find WSDL file or resource myservice.wsdl faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:mydomain.com I'm making the assumption that both services are deployed since I get the first page for both (maybe that's a wrong assumption?). Can anyone tell me why I cannot get the wsdl for the second service? Thanks in advance, Shelli
