You put the JAR file in the classpath of whatever application will be communicating with your ws-resource(s). This could be another web service or a normal Java app; in the former case, you would put the JAR in /WEB-INF/lib (if it's a J2EE WAR) or in the classpath of an OSGi bundle.
Dan "Gul Onural" <[EMAIL PROTECTED]> wrote on 05/03/2007 12:41:58 AM: > > There is a section in the Muse tutorial about the Proxy Code Generation. > But it doesn't mention where > to deploy the jar file containing the generated Proxy code. > > Is there a little bit more information somewhere else about the Proxy > Code, i.e. where to deploy it, > when it is needed ? For example if I use Axis2 for the code generation > do I still need Proxy Code? > > Is it used by the NotificationProducer or NotificationConsumer ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
