Samples JDK
Classes
Package com.freemindcafe.apache.cxf.wsdl.sample1

Generates java code from xsd and wsdl. Verifies basic, wsse token and 2 way auth interceptors. Uses soap out and fault interceptors. Uses SOAP UI as a client. More...

Classes

class  Client
 
class  Server
 

Detailed Description

Generates java code from xsd and wsdl. Verifies basic, wsse token and 2 way auth interceptors. Uses soap out and fault interceptors. Uses SOAP UI as a client.

Setup

Generate the Client and Server Keystores

Install the client’s public certificate in to the server’s keystore

Export the Server’s Public Certificate and Import it in to the client’s Keystore

SOAP UI Project

    Also has client and is best to use these clients as basic auth and wsse security headers can be easily specified.
    Mock services are of limited use as tricky to specify basic auth and wsse security setup. Moreover that wouldn't be of cxf formats. Hence can not be used in real projects.