Changeset 4095 for TI12-security/trunk/java/axis2/xmlbWsseEchoClient/src/wssecurity/test/security/ndg/README.txt
- Timestamp:
- 04/08/08 16:19:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/java/axis2/xmlbWsseEchoClient/src/wssecurity/test/security/ndg/README.txt
r4088 r4095 30 30 the errors displayed in eclipse for the stub file. 31 31 10. Create a new class - <service>Client.java - in the same package as the stub file. 32 11. The new class should be based on the example client jar in this folder - i.e. EchoClient .jar32 11. The new class should be based on the example client jar in this folder - i.e. EchoClientADB.jar 33 33 12. Download geronimo-j2ee_1.4_spec-1.0.jar and add this to the classpath (otherwise you end up with 34 34 a org.apache.axis2.deployment.DeploymentException: javax/jms/JMSException error when running the client) … … 87 87 20. Start up the service associated with the wsdl used in step 6. and run the client as a 88 88 java app - with luck the service should return without a problem. 89 90 Further notes/examples 91 ------------------- 92 XmlBwsseEchoClient.java is a client that uses xmlbeans bindings - to get this to work, you need to run the 93 build in its top level directory - 'ant client.jar' - then include the produced XBeans-packaged.jar file 94 in the build path. 95 96 EchoClientProgrammatical.java is a client that sets up the wss settings programmatically. 97 98 EchoClientADB.java is a client that uses the Axis Data Bindings.
Note: See TracChangeset
for help on using the changeset viewer.