The closest things I think axis 1.4 offers is:
<wsdlFile>mywsdl.wsdl</wsdlFile>
as a child element of <service>.
thanks
-Doug
______________________________________________________
STSM | Web Services Architect | IBM Software Group
(919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED]
"WANG Chi" <[EMAIL PROTECTED]>
03/01/2007 08:57 PM
Please respond to
[email protected]
To
<[email protected]>
cc
Subject
RE: How can I set wsdlFile attribute in the WSDD ?
Hi, I need this too.
Because Axis 1.4 seems can't generate wsdl in which an element has
minOccurs="0" attribute automatically
-----Original Message-----
From: John Eapen [mailto:[EMAIL PROTECTED]
Sent: Friday, March 02, 2007 2:27 AM ?
To: axis-user
Subject: How can I set wsdlFile attribute in the WSDD ?
I am currently using Axis 1.3
1 . Is it possible to disable the user access to axis auto-generated wsdl
files. ( eg .. /services/MyService?wsdl ). We would like our users to use
the handcoded wsdl's instead.
2. If disabling is not possible, I would like to replace it with the
corresponding "handcoded" wsdl. I understand that this can be done using
the "wsdlFile" attribute in wsdd file.
How can I set this in my ant build process which uses "wsdl2java" to
generate the wsdd and "AdminClient" to deploy.
Thanks
John