Thanks!!  Worked like a charm.  My hand written WSDL is displaying fine.
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2003 1:07 PM
To: [EMAIL PROTECTED]
Subject: RE: not finding WSDL






Is this an axis auto-generated generated wsdl or is it a custom wsdl
that
you wrote, and need it to show up when you tack on ?wsdl to your service
name?
If this is a hand-written wsdl, then you need to place it in a location
where the web app classloader can find it (typically WEB-INF/classes
folder
or
within a jar file in WEB-INF/lib.)

You also need to indicate the name of your custom wsdl file within the
<service> tag when you deploy the webservice via admin-client

  <wsdlFile>/YourWSDLFileName.wsdl</wsdlFile>

- Junaid





 

                      "Michael Green"

                      <[EMAIL PROTECTED]        To:
<[EMAIL PROTECTED]>

                      e.com>                   cc:

                                               Subject:  RE: not finding
WSDL                                                          
                      05/28/2003 01:43

                      PM

                      Please respond to

                      axis-user

 

 





Yep.  It's there.  I can view WSDL's for the default service
deployments,
so I'm assuming that the necessary infrastructure is there.

Michael Green
[EMAIL PROTECTED]           Intelligent Automation Corp.
    ________  ______            13029 Danielson St, Suite 200
   /  _/ __ \/ ____/            Poway, CA  92064
   / // /_/ / /                 Ph:  (858) 679-4140 x134
 _/ // __  / /___               Fax: (858) 679-4144
/___/_/ /_/\____/               www.iac-online.com

      -----Original Message-----
      From: Jim Poulsen [mailto:[EMAIL PROTECTED]
      Sent: Wednesday, May 28, 2003 9:01 AM
      To: '[EMAIL PROTECTED]'
      Subject: RE: not finding WSDL

      do you have the wsdl4j.jar file in your WEB-INF/lib directory of
the
      application deployment?
            -----Original Message-----
            From: Michael Green [mailto:[EMAIL PROTECTED]
            Sent: Wednesday, May 28, 2003 11:00 AM
            To: [EMAIL PROTECTED]
            Subject: not finding WSDL
            I've seen this thread multiple times but have not been able
to
            fix my situation.  Could someone just confirm that I'm not
            missing any steps here?

                  1.      Used WSDL2Java (with server options) to
generate
                  web service source code
                  2.      Compiled source code and moved class files
under
                  the webaps/axis/WEB-INF/classes directory
                  3.      deployed web service using AdminClient
                  4.      verified service shows up as deployed service
                  5.      ...but when I select the "WSDL" link, I get
page
                  not found

            I understand that this implies that something is not in the
            classpath were it is supposed to be.  Bear in mind that the
            default services and the sample "AddressBook" deployment
show
            the WSDL just fine.  What am I missing?

            Thanks.

            Michael Green

Reply via email to