Skip to content

Commit 7a3202b

Browse files
committed
Updated readme
1 parent a737e85 commit 7a3202b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

jaxrpc/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Java EE 7 Samples: JAX-RPC 1.1#
22

3-
The [JSR 109](https://jcp.org/en/jsr/detail?id=109) specification is the old generation web services API predating JAX-WS
3+
The [JSR 101](https://jcp.org/en/jsr/detail?id=101) specification is the old generation web services API predating JAX-WS, which in fact was
4+
to become JAX-RPC 2.0,
45

5-
JAX-RPC is **pruned** from Java EE, and **should not be used** anymore. This sample is only provided for historical purposes.
6+
JAX-RPC 1.x is **pruned** from Java EE, and **should not be used** anymore. This sample is only provided for historical purposes.
67

78
## Samples ##
89

9-
- jaxrpc-endpoint
10+
- **jaxrpc-endpoint** - *Defines a very basic hello endpoint (as all classical JAX-RPC examples did), generates the required .wsdl and mapping files, deploys the service, and calls it via two client side approaches: dynamic proxy and DII.*
11+
- **jaxrpc-security** - *Like `jaxrpc-endpoint`, but the service is protected and requires SOAP message level authentication via an encrypted username/password credential in the security header, and calls it via generated Stubs. (to keep the sample somewhat restricted in size does not sign the message)*
1012

1113
## How to run
1214

0 commit comments

Comments
 (0)