Hi, i iust use jdk1.3.1 and axis-beta3 and try to run example5 in 2 steps, which was written in the Axis User's Guide Beta 2 Version 1) java org.apache.axis.client.AdminClient -llocal:///AdminService deploy.wsdd 2) java samples.userguide.example5.Client -llocal://
but it comes with the error message: - Mapping Exception to AxisFault AxisFault faultCode: {http://xml.apache.org/axis/}Server.NoService faultString: The AXIS engine could not find a target service to invoke! target Service is faultActor: null faultDetail: stackTrace: AxisFault faultCode: {http://xml.apache.org/axis/}Server.NoService faultString: The AXIS engine could not find a target service to invoke! target Service is faultActor: null faultDetail: The AXIS engine could not find a target service to invoke! targetService is at org.apache.axis.server.AxisServer.invoke(AxisServer.java:303) at org.apache.axis.transport.local.LocalSender.invoke(LocalSender.java:1 58) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg y.java:71) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:183) at org.apache.axis.client.Call.invokeEngine(Call.java:2027) at org.apache.axis.client.Call.invoke(Call.java:2016) at org.apache.axis.client.Call.invoke(Call.java:1786) at org.apache.axis.client.Call.invoke(Call.java:1711) at org.apache.axis.client.Call.invoke(Call.java:1251) at samples.userguide.example5.Client.main(Client.java:97) The AXIS engine could not find a target service to invoke! targetService is at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder. java:135) at org.apache.axis.encoding.DeserializationContextImpl.endElement(Deseri alizationContextImpl.java:904) at org.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1403) at org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLVa lidator.java:1550) at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.disp atch(XMLDocumentScanner.java:1149) at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS canner.java:381) at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098) at javax.xml.parsers.SAXParser.parse(SAXParser.java:393) at org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializa tionContextImpl.java:213) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:457) at org.apache.axis.Message.getSOAPEnvelope(Message.java:362) at org.apache.axis.client.Call.invokeEngine(Call.java:2046) at org.apache.axis.client.Call.invoke(Call.java:2016) at org.apache.axis.client.Call.invoke(Call.java:1786) at org.apache.axis.client.Call.invoke(Call.java:1711) at org.apache.axis.client.Call.invoke(Call.java:1251) at samples.userguide.example5.Client.main(Client.java:97) Error : The AXIS engine could not find a target service to invoke! targetServic e is is there any change between Beta 2 and Beta 3 in relating to this example? thanks in advance Peng Li