Groups > Weblogic > WebLogic Webservices > Re: how to package web-service




Re: how to package web-service

Re: how to package web-service
Fri, 14 Dec 2007 15:39:21 -080
use this:

<jwsc srcdir="src" destdir="$"
classpath="${weblogic.jar}">
			<module name="${module.name}"
			        contextpath="${context.name}"
			        [b]explode="true"[/b]>
				<jws file="${impl.file}"
compiledWsdl="${compiled.wsdl.file}" />
			</module>
		</jwsc>

after that, you can copy your jars to WEB-INF/lib and pack the whole direct
Post Reply
about | contact