Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We use JAX-WS and JAXB 2.0 to create POJOs and interfaces for the common WS-* specifications like WS-Addressing, WS-Notification, WS-ReliableMessaging, WS-Resourceframework etc. The only downside of this approach is its Java 5 specific. We hope with a tool like If you want an XMLBeans based solution you can try our previous effort of using XMLBeans.

WS-Notification

The WS-Notification support is currently implemented as a POJO; which can then either be called directly inside an application or can be wrapped up as a remote web service using some web service stack such as ActiveSOAP.

...