Return-Path: Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 52806 invoked from network); 18 Jun 2002 20:46:07 -0000 Received: from reliant.nielsenmedia.com (63.114.249.15) by daedalus.apache.org with SMTP; 18 Jun 2002 20:46:07 -0000 Received: from nmrusdunsxg1.nielsenmedia.com (nmrusdunsxg1.nielsenmedia.com [10.9.11.119]) by reliant.nielsenmedia.com (8.11.5/8.11.5) with ESMTP id g5IKgGU22596 for ; Tue, 18 Jun 2002 16:42:16 -0400 (EDT) Received: from nmrusdunsxg2.nielsenmedia.com (unverified) by nmrusdunsxg1.nielsenmedia.com (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 18 Jun 2002 16:41:48 -0400 Received: by nmrusdunsxg2.nielsenmedia.com with Internet Mail Service (5.5.2653.19) id ; Tue, 18 Jun 2002 16:42:16 -0400 Message-ID: From: "Hurst, Cyrus" To: "'axis-user@xml.apache.org'" Subject: NoSuchMethodException... Date: Tue, 18 Jun 2002 16:42:13 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N All, I keep running into this problem and haven't found the cause of it .. I am testing out a message-based service . In my client code I have this as my endPointURL : String endpointURL = "http://localhost:8080/axis/services/CPRMessagingService"; In my message service class this is the method signature : public Element[] updateAssociateProfile(MessageContext context, Vector soapBodyElements) throws Exception In my deploy.wsdd I have : In the generated wsdl : As you can see the method name(updateAssociateProfile) is consistent throughout the code yet I'm getting NoSuchMethodException on both client and server console . Any ideas? Thanks, -Cyrus