-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·37 lines (26 loc) · 797 Bytes
/
README
File metadata and controls
executable file
·37 lines (26 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
##########################################################################
#################### JAX WS Sample Application #####################
##########################################################################
Technologies Used
=================
1) Apache CXF (2.1 +)
2) Spring Framework (3.0 +)
3) Java Service Wrapper (For Server)
4) Loggers - log4j-slf4j
5) Build - Maven (2.x + compatible)
Installing & Running
====================
Running Server
--------------
1) Build app from home directory
Run - mvn clean install
2) Run app
Unzip - unzip /target/jax-ws-app.zip
Go to - /jax-ws-app/bin
Run - ./startServer console
3) Verify
Access URL to
http://127.0.0.1:65024/exprws?wsdl
Running Client
--------------
Run the main method of - com.expr.ws.client.ExprWsClient