LibraryToggle FramesPrintFeedback

When packaging your application, include the Java classes that are generated by the wsdl2java tool and any other classes that are associated with your application. You can include the service's WSDL file, however, this is not necessary (see the description of wsdlURL in Usage pattern.

For example, the outbound sample application is packaged in a WAR file as follows:

  • WEB-INF/classes — includes the application Java class files, the Java classes that are generated from the WSDL file.

  • WEB-INF/classes/wsdl — WSDL file.

  • WEB-INF/lib — includes a common.jar file that contains the DemoServletBase.class file, which the sample application extends.

Please refer to the J2EE specification and your J2EE vendor documentation for more information on application packaging.

Comments powered by Disqus