Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 19895 invoked by uid 500); 17 Sep 2001 19:56:24 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 19879 invoked from network); 17 Sep 2001 19:56:24 -0000 Message-ID: From: Scott Came To: axis-dev@xml.apache.org Subject: Hello, and an issue Date: Mon, 17 Sep 2001 12:59:40 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C13FB3.492B60C0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C13FB3.492B60C0 Content-Type: text/plain; charset="iso-8859-1" Hello axis-dev'ers. Thanks very much to all of you working on Axis. My work as a consultant these days is leaning ever more in the web services direction...at least that's where I'm trying to lead my clients!! I've also been doing Java full-time for about four years, and would certainly like to see a reliable Java SOAP implementation. Looks like you all are well on the way. I've used Apache SOAP and appreciate the improvements you're aiming at with Axis. I am currently in the process of reviewing the Axis source, just to learn more about the project. I may be in a position to assist on the project in some way...perhaps starting with docs or something. I'd like to get a good understanding of the codebase first, then perhaps ask how I might best contribute. Now for my issue... I have successfully checked out the source, and run the "compile" and "dist" targets in build.xml. I get successful builds on both. Following the install guide, I copied the axis-1_0/webapps/axis directory to [tomcat-home]/webapps, and copied my xerces 1.4.3 jar file into the axis webapp's lib directory. I can hit the axis servlet just fine (http://localhost/axis/servlet/AdminServlet). However, when I try to deploy the echo sample using this (executed from axis-1_0\samples\echo): java -cp c:\xerces-1.4.3\xerces.jar;..\..\lib\axis.jar;..\..\lib\log4j-core.jar org.apache.axis.client.AdminClient -lhttp://localhost/axis/servlet/AxisServlet deploy.xml I get this on stdout/stderr: Processing file: deploy.xml ns4:Server.NoService The Axis engine couldn't find a target service to invoke! targetService is AdminService I searched the mailing list archives and google, to no avail. Apologies if this is a newbie question that's documented somewhere. Can anyone help? I'm running tomcat 3.2.2, Ant 1.4, Xerces 1.4.3, JDK 1.3.1...all on Win2K. TIA and best regards, --Scott Scott Came Senior Managing Consultant Logical eBusiness Solutions (formerly PSSG) scott.came@us.logical.com www.logical-nw.com (360) 491-7774 ------_=_NextPart_001_01C13FB3.492B60C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, and an issue

Hello axis-dev'ers.

Thanks very much to all of you working = on Axis.  My work as a consultant these days is leaning ever more = in the web services direction...at least that's where I'm trying to = lead my clients!!  I've also been doing Java full-time for about = four years, and would certainly like to see a reliable Java SOAP = implementation.  Looks like you all are well on the way.  = I've used Apache SOAP and appreciate the improvements you're aiming at = with Axis.

I am currently in the process of = reviewing the Axis source, just to learn more about the project.  = I may be in a position to assist on the project in some way...perhaps = starting with docs or something.  I'd like to get a good = understanding of the codebase first, then perhaps ask how I might best = contribute.

Now for my issue...  I have = successfully checked out the source, and run the "compile" = and "dist" targets in build.xml.  I get successful = builds on both.  Following the install guide, I copied the = axis-1_0/webapps/axis directory to [tomcat-home]/webapps, and copied my = xerces 1.4.3 jar file into the axis webapp's lib directory.  I can = hit the axis servlet just fine (http://localhost/axis/servlet/AdminServlet). = However, when I try to deploy the echo sample using this (executed = from axis-1_0\samples\echo):

java -cp = c:\xerces-1.4.3\xerces.jar;..\..\lib\axis.jar;..\..\lib\log4j-core.jar = org.apache.axis.client.AdminClient = -lhttp://localhost/axis/servlet/AxisServlet deploy.xml

I get this on stdout/stderr:

Processing file: deploy.xml
<ns1:Fault xmlns:ns1=3D"http://schemas.xmlsoap.org/soap/envelope/">= ;
   <ns1:faultcode = xmlns:ns4=3D"http://xml.apache.org/axis/">ns4:Server.No= Service</ns1:faultcode>
   = <ns1:faultstring>The Axis engine couldn't find a target service = to invoke! targetService is = AdminService</ns1:faultstring>

  </ns1:Fault>

I searched the mailing list archives = and google, to no avail.  Apologies if this is a newbie question = that's documented somewhere.  Can anyone help?

I'm running tomcat 3.2.2, Ant 1.4, = Xerces 1.4.3, JDK 1.3.1...all on Win2K.

TIA and best regards,
--Scott

Scott Came
Senior Managing Consultant
Logical eBusiness Solutions (formerly = PSSG)
scott.came@us.logical.com
www.logical-nw.com
(360) 491-7774

------_=_NextPart_001_01C13FB3.492B60C0--