...
Here's some example code to show you how to do this
| Wiki Markup |
|---|
{snippet:id=serverwsServer|lang=java|url=http://cvs.activesoap.codehaus.org/viewrep/~raw,r=HEAD/activesoap/activesoap/src/test/org/codehaus/activesoap/policy/addressing/AddressingTest.java} |
Things are similar on the client side - you need to create the MessageExchange instance first, then configure the WS-Addressing context on it before performing the client invocation.
| Wiki Markup |
|---|
{snippet:id=clientwsClient|lang=java|url=http://cvs.activesoap.codehaus.org/viewrep/~raw,r=HEAD/activesoap/activesoap/src/test/org/codehaus/activesoap/policy/addressing/AddressingTest.java} |
