|
|
Re: Where to put the *.wsdl file? In the project base directory in workspace? [message #223354 is a reply to message #223263] |
Sat, 01 November 2008 12:46  |
Eclipse User |
|
|
|
The source for the WSDL does not need to be directly deployed to the
server (although a generated web service will use a copy of it), so it
does not need to go into the WAR structure in any way. Wherever you put
it is just a convention.
For a "standalone" ws application, I like to create a "resources"
subdirectory, and then under that a "contract" directory, where WSDLs
would be stored. I would also create a "schema" directory parallel to the
"contract" directory. If you eventually migrate these to an enterprise
contract repository, that is a good structure for that repository
(although there are other choices).
|
|
|
Powered by
FUDForum. Page generated in 0.04179 seconds