Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 10939 invoked from network); 30 Jul 2004 14:29:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Jul 2004 14:29:44 -0000 Received: (qmail 94157 invoked by uid 500); 30 Jul 2004 14:29:18 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 94101 invoked by uid 500); 30 Jul 2004 14:29:18 -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: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 94017 invoked by uid 99); 30 Jul 2004 14:29:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_80_90,HTML_MESSAGE X-Spam-Check-By: apache.org Received: from [212.100.248.6] (HELO lugano.hostireland.com) (212.100.248.6) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 30 Jul 2004 07:29:13 -0700 Received: by lugano.hostireland.com (Postfix, from userid 503) id 78825783AD; Fri, 30 Jul 2004 15:45:18 +0100 (IST) Received: from EndasPC (unknown [82.141.225.105]) by lugano.hostireland.com (Postfix) with ESMTP id A050A3F9D7 for ; Fri, 30 Jul 2004 15:45:17 +0100 (IST) From: "Suzy Fynes" To: Subject: Classpaths for WSDD Date: Fri, 30 Jul 2004 15:28:57 +0100 Message-ID: <003001c47641$8fd8d300$0300a8c0@EndasPC> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0031_01C47649.F19D3B00" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0031_01C47649.F19D3B00 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I'm trying to deploy my wsdd file and have been having trouble. I can view the current list of deployed webservices in axis from the main page but when I tried deploying my deploy.wsdd, after running the adminclient on it, the page is just blank from "And now some web services" down. Does anyone have any idea what where I might be going wrong???I have a feeling it's a classpath thing. This is the wsdd file im deploying Thanks! Suzy ------=_NextPart_000_0031_01C47649.F19D3B00 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

 

I’m trying to = deploy my wsdd file and have been having trouble. I = can view the current list of deployed webservices in = axis from the main page but when I tried deploying my deploy.wsdd, after running the adminclient on it, the = page is just blank from “And now some web services” down. Does anyone = have any idea what where I might be going wrong???I = have a feeling it’s a classpath = thing.

 

This is the wsdd file im = deploying

 

<deployment xmlns=3D"http://xml.apache.org/axis/wsdd/"= ;

       &nbs= p;    xmlns:java=3D"http://xml.apache.org/axis/wsdd/= providers/java">

 <service name=3D"BankModulusCheck" provider=3D"java:RPC">

  <parameter = name=3D"className" value=3D"BankModulusChecker"/>

  <parameter = name=3D"allowedMethods" value=3D"*"/>

 </service>

</deployment>

 

 

Thanks!

Suzy<= /font>

------=_NextPart_000_0031_01C47649.F19D3B00--