Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 37909 invoked from network); 4 Jun 2010 05:28:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Jun 2010 05:28:38 -0000 Received: (qmail 29776 invoked by uid 500); 4 Jun 2010 05:28:38 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 28980 invoked by uid 500); 4 Jun 2010 05:28:35 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 28972 invoked by uid 99); 4 Jun 2010 05:28:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 05:28:34 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [206.46.173.1] (HELO vms173001pub.verizon.net) (206.46.173.1) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 05:28:25 +0000 Received: from [192.168.1.45] ([unknown] [71.174.192.118]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L3H00A1L5UD88KE@vms173001.mailsrvcs.net> for java-dev@axis.apache.org; Fri, 04 Jun 2010 00:27:50 -0500 (CDT) Message-id: <4C088ED0.4040901@ece.neu.edu> Date: Fri, 04 Jun 2010 01:27:44 -0400 From: Demetris User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-version: 1.0 To: java-dev@axis.apache.org Subject: Service Name in SOAP References: <22065607.172881275615839526.JavaMail.jira@thor> In-reply-to: <22065607.172881275615839526.JavaMail.jira@thor> Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, this may be trivial but I wanted to make sure the issue I have is not something a bit more tricky - I have a simple BooksAxis2 class service running on Tomcat - the directory that is located is under webapps/axis2/WEB-INF/services/BooksAxis2/org/apache/axis2/myBooksAxis2 and the generated SOAP from the retrieved WSDL is: Everything works fine - however, how can I include the name of the actual service class in the SOAP message? Not the package it belongs to (which is of course part of the name space) and not only the method to be calls (getBooks) - the name of the class it belongs to. Thanks in advance and apologies if this is a bit too trivial --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org