Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 82757 invoked from network); 7 Apr 2006 09:43:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2006 09:43:54 -0000 Received: (qmail 92701 invoked by uid 500); 7 Apr 2006 09:43:47 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 92686 invoked by uid 500); 7 Apr 2006 09:43:46 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 92675 invoked by uid 99); 7 Apr 2006 09:43:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 02:43:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kenc@edp.fastfreenet.com designates 195.60.21.228 as permitted sender) Received: from [195.60.21.228] (HELO cvb.fastfreenet.com) (195.60.21.228) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 07 Apr 2006 02:43:45 -0700 Received: (qmail 2129 invoked by uid 510); 7 Apr 2006 09:42:22 -0000 Received: from 195.60.21.227 by cvb.fastfreenet.com (envelope-from , uid 501) with qmail-scanner-1.24 (sophie: 3.05/2.32/4.04. spamassassin: 3.0.1. Clear:RC:0(195.60.21.227):SA:0(-2.6/5.0):. Processed in 0.369625 secs); 07 Apr 2006 09:42:22 -0000 Received: from balti.fastfreenet.com (195.60.21.227) by cvb.fastfreenet.com with SMTP; 7 Apr 2006 09:42:22 -0000 Received: from KenC ([195.60.23.157]) by balti.fastfreenet.com (8.13.6/chris) with ESMTP id k379hL6M030739 for ; Fri, 7 Apr 2006 10:43:22 +0100 From: "Ken Campbell" To: Subject: [Axis2]0.95 MessageReceiver (plain text !!) Date: Fri, 7 Apr 2006 10:43:17 +0100 Organization: EDP Message-ID: <000301c65a27$b68a2910$760110ac@KenC> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcZaJ7I6qchyfS02TWi9E+teCqKtPw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Received-SPF: pass (balti.fastfreenet.com: 195.60.23.157 is whitelisted by SPF-milter whitelist entry) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-2.6 required=5.0 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm sure that when I send a LoginRequest to my service, the MessageContext which is sent contains a LoginRequest. At OutInAxisOperation line 267 : MessageContext response = send(mc); mc is the correct MessageContext where the operation name is "login". However, I'm also sure that in my MessageReceiver at invokeBusinessLogic : org.apache.axis2.description.AxisOperation op = msgContext.getOperationContext().getAxisOperation(); the operation name has turned into "formatAddress" even though the actual received message is still a LoginRequest. Hence the data binding error. Can anyone tell me what might cause this mismatch? I was wondering if there might be a problem here in the wsdl: .... or here in the services.xml edp.ws.paf.generated.PAFSkeleton .... but I still don't understand why the problem does not occur when I send a LoginRequest from .NET. Regards, Ken