This has been giving me more problems then I anticipated...
I have a WS-RM enabled web service up and running in
JBoss, the code is as follows:
I am able to connect to it without problem with a JBossWS client.
With my Axis2 client though, things are pretty wonky. For a start, it looks like
Sandesha2 [1.3] is not fully compatible with Axis2 [1.5], so I don't know how much of the problem is really a fault of my code vs. incompatibilities. I
installed Sandesha2 as outlined, with the exception that I did not change my $AXIS2_HOME/conf/axis2.xml file (it already has RMPhase's in the phase orders).
I built my Axis client as such:
This attempt fails and I get the following in my axis.log
Anyone have any insight as to what I'm doing incorrectly in Axis2?