Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 67921 invoked by uid 500); 5 Aug 2002 12:47:23 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 67910 invoked from network); 5 Aug 2002 12:47:22 -0000 Message-ID: <20020805125541.21578.qmail@venus.postmark.net> Mime-Version: 1.0 From: Vinit Kumar To: axis-user@xml.apache.org Subject: Beta3 Client Problem Date: Mon, 05 Aug 2002 12:55:41 +0000 Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: Hi All Im workin with beta3 of axis and trying to expose a SSBean as web servie. In whole cycle of deployment to service invocation ,i face following problems.Plz have some patience nd go thru this: 1.first of all,My .wsdd file looks as follows: 2.Next,when i deploy this service,i get followin information: Log message: AxisServlet: init - Problem with servlet engine config file: C:\PStudio30_2234N\server\nodes\StandAlone\default\archives\public_htm l\SSWeb\WEB-INF/server-config.wsdd Done processing - - - - - - - - - - 4.Now,when i create java client from this wsdl,all classes r created properly,but when i invoke the method,i get following exception - Mapping Exception to AxisFault AxisFault faultCode: {http://xml.apache.org/axis/}Server.generalException faultString: Tried to invoke method public java.lang.String com.SBean.getName() with arguments . The arguments do not match the signature. faultActor: null faultDetail: stackTrace: AxisFault faultCode: {http://xml.apache.org/axis/}Server.generalException faultString: Tried to invoke method public java.lang.String com.SBean.getName() with arguments . The arguments do not match the signature. faultActor: null faultDetail: Tried to invoke method public java.lang.String com.SBean.getName() with arguments . The arguments do not match the signature. at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.j ava:135) at org.apache.axis.encoding.DeserializationContextImpl.endElement(Deseria lizationContextImpl.java:904) at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1528) at org.apache.crimson.parser.Parser2.content(Parser2.java:1779) at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507) at org.apache.crimson.parser.Parser2.content(Parser2.java:1779) at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507) at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500) at org.apache.crimson.parser.Parser2.parse(Parser2.java:305) at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442) at javax.xml.parsers.SAXParser.parse(SAXParser.java:357) at org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializat ionContextImpl.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 com.pramati.webService.client.SSoapBindingStub.getName(SSoapBindingStu b.java:104) at com.pramati.webService.client.Client.main(Client.java:23) Thanks alot if u read this.But that itself is not enough.Please let me know if im doin something wrong or if there is some problem with axis framework itself Thanks alot Kumar Vinit