Vivek,
Looks like you have some classloader issues. Where are the axis jar
files when you start the JBOSS server? Are they in the classpath? If so,
put the WSDL file in the startup directory of Jboss which is
($JBOSS_HOME\bin)

HTH
__Hari


-----Original Message-----
From: Vivek Nagulapati [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 05, 2004 3:52 PM
To: [EMAIL PROTECTED]
Subject: RE: Document-style web services





>From: "Hari Lakshmanan" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: RE: Document-style web services
>Date: Fri, 5 Mar 2004 15:35:46 -0800
>
>Thanks Joe, that does the trick.
>
>Also I packaged my wsdl file web-inf/classes directory
>

Hello Hari and Joe,

I placed a / in front of my wsdl file and also tried placing the wsdl
file 
in WEB-INF/classes directory but no luck.

I am using JBoss 3.2.1 and Axis 1.1

Here is how my deploy.wsdd file looks like:

<deployment name="test" xmlns="http://xml.apache.org/axis/wsdd/";
            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";
            xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";>
  <!-- note that either style="message" OR provider="java:MSG" both work
-->
  <service name="DSHelloWorldService" style="message">
    <parameter name="className" value="DSHelloWorldSoapBindingImpl" />
    <parameter name="allowedMethods" value="sayDSHello" />
    <!-- <parameter name="wsdlURL" value="/axis/DSHelloWorld.wsdl" />
-->
    <wsdlFile>/DSHelloWorld.wsdl</wsdlFile>
  </service>
</deployment>


Am I doing something wrong here?





>__Hari
>
>-----Original Message-----
>From: Joe Nall [mailto:[EMAIL PROTECTED]
>Sent: Friday, March 05, 2004 3:28 PM
>To: [EMAIL PROTECTED]
>Subject: Re: Document-style web services
>
>
>
>On Mar 5, 2004, at 3:50 PM, Hari Lakshmanan wrote:
>
> > I mention in my wsdd file as given
> >
> > <service>
> > ...
> >   <wsdlFile>doc-literal.wsdl</wsdlFile>
> > </service>
>
><wsdlFile>/doc-literal.wsdl</wsdlFile>
>
>I have a / in mine, but I'm not sure it matters.
>
> >
> > I get 500 Error when I access the wsdl page
> > (http://localhost:8080/axis/services/NotificationPort?wsdl)
> >
> > Is the above syntax correct? If so where should the wsdl file go?
>
>in webapps/axis/WEB-INF/classes
>
>joe
>

_________________________________________________________________
Frustrated with dial-up? Lightning-fast Internet access for as low as 
$29.95/month. http://click.atdmt.com/AVE/go/onm00200360ave/direct/01/

Reply via email to