cheenath.com
- Home
- Search
- About Me
- AJAX Tools
- WLS Tutorial
  - Setup
  - Introduction
  - Contact
  - FAQ
  - Useful Links
- AutoBuild
- SOAP Router


Portable Client

Portable client should be used when you need to run Weblogic 8.1 Web service client on other version of Weblogic server. This example shows how to wirte a portable client.

Steps involved in writing this example:

  1. run clientgen ant task on the external WSDL to generate the client stub. put this client stub jar file in output/WEB-INF/lib directory. - build.xml
  2. Write the JSP file - WebServiceClient.jsp
  3. run weblogic.webservice.tools.versioning.VersionMaker on the stub jar file. This will generate new class files that refer to weblogic81.* packages instead of weblogic.*. Put this classes in the WEB-INF/classes directory. - build.xml
  4. copy wsclient.jar available in the bea/weblogic81/server/lib directory to WEB-INF/lib directory.
  5. jar up output directory as a war file and copy it to the application dir to deploy it.
  6. Follow the instructions here to build and run the client.

Browse files online:

Download :

[ This page was last updated April 19 2003 07:31:48. ]

      

©2006 Manoj Cheenath