Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 46694 invoked from network); 10 May 2005 20:39:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 May 2005 20:39:19 -0000 Received: (qmail 19133 invoked by uid 500); 10 May 2005 20:42:53 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 19112 invoked by uid 500); 10 May 2005 20:42:52 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 19097 invoked by uid 99); 10 May 2005 20:42:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mlbe2k1.cs.myharris.net (HELO mlbe2k1.cs.myharris.net) (137.237.90.88) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 10 May 2005 13:42:52 -0700 Received: from mlbe2k5.cs.myharris.net ([192.107.153.229]) by mlbe2k1.cs.myharris.net with Microsoft SMTPSVC(5.0.2195.6713); Tue, 10 May 2005 16:39:15 -0400 Received: from nyce2k1.cs.myharris.net ([172.16.32.162]) by mlbe2k5.cs.myharris.net with Microsoft SMTPSVC(6.0.3790.211); Tue, 10 May 2005 16:39:15 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: soapAction and .NET interoperability Date: Tue, 10 May 2005 16:38:58 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: soapAction and .NET interoperability Thread-Index: AcVUrKVB9NF1IyMcQuWgYAtXXzn1IAAZH4TQABfKBeAAAReIEAAKrYYA From: "Yampolsky, Robert" To: "Apache AXIS C User List" X-OriginalArrivalTime: 10 May 2005 20:39:15.0193 (UTC) FILETIME=[54924E90:01C555A0] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've seen posted here that Axis services don't work with soapAction set to "". I can verify that that's the case. With no soapAction, I get a "Soap method is not allowed to invoke" exception, but when I put it in, I'm able to access the service. As a matter of fact, it seems to only require the method (i.e. soapAction=3D"#METHOD" works just as well as soapAction=3D"SERVICE#METHOD"). My problem is that I need to interoperate with .NET clients, and they don't seem to set soapAction (at least by default). Does anybody know of a workaround for this? Either a way to define my service to not require soapAction or a way to=20 get a .NET client to provide the method name in the soapAction header? Thanks, Rob